OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 <a href="#id-anchor">id</a> | 259 <a href="#id-anchor">id</a> |
260 </li> | 260 </li> |
261 </ol> | 261 </ol> |
262 </li> | 262 </li> |
263 </ol> | 263 </ol> |
264 </li> | 264 </li> |
265 </ol> | 265 </ol> |
266 </div> | 266 </div> |
267 <!-- /TABLE OF CONTENTS --> | 267 <!-- /TABLE OF CONTENTS --> |
268 | 268 |
| 269 <!-- Standard content lead-in for experimental API pages --> |
| 270 <p id="classSummary" style="display: none; "> |
| 271 For information on how to use experimental APIs, see the <a href="expe
rimental.html">chrome.experimental.* APIs</a> page. |
| 272 </p> |
| 273 |
269 <!-- STATIC CONTENT PLACEHOLDER --> | 274 <!-- STATIC CONTENT PLACEHOLDER --> |
270 <div id="static"><div id="pageData-name" class="pageData">Match Patterns
</div> | 275 <div id="static"><div id="pageData-name" class="pageData">Match Patterns
</div> |
271 | 276 |
272 <p> | 277 <p> |
273 <a href="content_scripts.html">Content scripts</a> operate on | 278 <a href="content_scripts.html">Content scripts</a> operate on |
274 a set of URLs defined by match patterns. | 279 a set of URLs defined by match patterns. |
275 You can put one or more match patterns | 280 You can put one or more match patterns |
276 in the <code>"matches"</code> part of | 281 in the <code>"matches"</code> part of |
277 a content script's section of the manifest. | 282 a content script's section of the manifest. |
278 This page describes the match pattern syntax — | 283 This page describes the match pattern syntax — |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 _uff=0; | 693 _uff=0; |
689 urchinTracker(); | 694 urchinTracker(); |
690 } | 695 } |
691 catch(e) {/* urchinTracker not available. */} | 696 catch(e) {/* urchinTracker not available. */} |
692 </script> | 697 </script> |
693 <!-- end analytics --> | 698 <!-- end analytics --> |
694 </div> | 699 </div> |
695 </div> <!-- /gc-footer --> | 700 </div> <!-- /gc-footer --> |
696 </div> <!-- /gc-container --> | 701 </div> <!-- /gc-container --> |
697 </body></html> | 702 </body></html> |
OLD | NEW |