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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/contentSettings.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months 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-name" class="pageData">Content Settings</div>
2
3 <!-- BEGIN AUTHORED CONTENT -->
4 <p> 1 <p>
5 The content settings module allows you to change settings that control whether 2 The content settings module allows you to change settings that control whether
6 websites can use features such as cookies, JavaScript, and plug-ins. 3 websites can use features such as cookies, JavaScript, and plug-ins.
7 More generally speaking, content settings allow you to customize Chrome's 4 More generally speaking, content settings allow you to customize Chrome's
8 behavior on a per-site basis instead of globally.</p> 5 behavior on a per-site basis instead of globally.</p>
9 <p> 6 <p>
10 </p> 7 </p>
11 8
12 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
13 <p>You must declare the "contentSettings" permission 10 <p>You must declare the "contentSettings" permission
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 <code>getResourceIdentifiers()</code></a> method. The returned list 138 <code>getResourceIdentifiers()</code></a> method. The returned list
142 can change with the set of installed plug-ins on the user's machine, but Chrome 139 can change with the set of installed plug-ins on the user's machine, but Chrome
143 tries to keep the identifiers stable across plug-in updates. 140 tries to keep the identifiers stable across plug-in updates.
144 </p> 141 </p>
145 142
146 <h2 id="examples">Examples</h2> 143 <h2 id="examples">Examples</h2>
147 144
148 <p> 145 <p>
149 You can find samples of this API on the 146 You can find samples of this API on the
150 <a href="samples.html#contentSettings">sample page</a>. 147 <a href="samples.html#contentSettings">sample page</a>.
151 </p> 148 </p>
152
153 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698