| Index: chrome/common/extensions/docs/static/match_patterns.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/match_patterns.html (revision 76686)
|
| +++ chrome/common/extensions/docs/static/match_patterns.html (working copy)
|
| @@ -26,6 +26,12 @@
|
| <li> <em>scheme</em> —
|
| for example, <code>http</code> or <code>file</code>
|
| or <code>*</code>
|
| + <p class="note">
|
| + <b>Note:</b>
|
| + Access to <code>file</code> URLs isn't automatic.
|
| + The user must visit the extensions management page
|
| + and opt in to <code>file</code> access for each extension that requests it.
|
| + </p>
|
| </li>
|
| <li> <em>host</em> —
|
| for example, <code>www.google.com</code>
|
| @@ -136,7 +142,8 @@
|
| <code>file:///foo*</code>
|
| </td>
|
|
|
| - <td>Matches any local file whose path starts with <code>/foo</code></td>
|
| + <td>Matches any local file whose path starts with <code>/foo</code>
|
| + </td>
|
|
|
| <td>
|
| file:///foo/bar.html<br>
|
|
|