Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Side by Side Diff: chrome/common/extensions/docs/static/match_patterns.html

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="pageData-title" class="pageData">Match Patterns</div> 1 <div id="pageData-name" class="pageData">Match Patterns</div>
2 2
3 <p> 3 <p>
4 <a href="content_scripts.html">Content scripts</a> operate on 4 <a href="content_scripts.html">Content scripts</a> operate on
5 a set of URLs defined by match patterns. 5 a set of URLs defined by match patterns.
6 You can put one or more match patterns 6 You can put one or more match patterns
7 in the <code>"matches"</code> part of 7 in the <code>"matches"</code> part of
8 a content script's section of the manifest. 8 a content script's section of the manifest.
9 This page describes the match pattern syntax &mdash; 9 This page describes the match pattern syntax &mdash;
10 the rules you need to follow when you specify 10 the rules you need to follow when you specify
11 which URLs your content script affects. 11 which URLs your content script affects.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 <td>Missing <em>scheme</em> separator ("/" should be "//")</td> 181 <td>Missing <em>scheme</em> separator ("/" should be "//")</td>
182 </tr> 182 </tr>
183 183
184 <tr> 184 <tr>
185 <td><code>foo://*</code></td> 185 <td><code>foo://*</code></td>
186 <td>Invalid <em>scheme</em></td> 186 <td>Invalid <em>scheme</em></td>
187 </tr> 187 </tr>
188 </tbody> 188 </tbody>
189 </table> 189 </table>
190 190
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/manifest.html ('k') | chrome/common/extensions/docs/static/messaging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698