OLD | NEW |
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 Loading... |
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 --> | |
OLD | NEW |