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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/settings_override.html

Issue 1069753002: Update the Settings Override API documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Settings Overrides</h1> 1 <h1>Settings Overrides</h1>
2 2
3 <p> 3 <p>
4 Settings overrides are a way for extensions to override selected Chrome settings . 4 Settings overrides are a way for extensions to override selected Chrome settings .
5 The API is available only on Windows.
5 </p> 6 </p>
6 7
7 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2> 8 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2>
8 <p> 9 <p>
9 Here is an example how <a href="#homepage">homepage</a>, <a 10 Here is an example how <a href="#homepage">homepage</a>, <a
10 href="#search_provider">search provider</a> and <a href="#startup_pages">startup 11 href="#search_provider">search provider</a> and <a href="#startup_pages">startup
11 pages</a> can be modified in the <a href="manifest">extension 12 pages</a> can be modified in the <a href="manifest">extension
12 manifest</a>. Web sites used in the settings API must be 13 manifest</a>. Web sites used in the settings API must be
13 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via 14 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via
14 Webmaster Tools) as being associated with that item in the Chrome Web Store. 15 Webmaster Tools) as being associated with that item in the Chrome Web Store.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 </li> 73 </li>
73 </ul> 74 </ul>
74 75
75 <h2 id="reference">Reference</h2> 76 <h2 id="reference">Reference</h2>
76 <p> 77 <p>
77 An extension can override one or more of the following properties in the 78 An extension can override one or more of the following properties in the
78 manifest: 79 manifest:
79 </p> 80 </p>
80 {{+partials.manifest_type 81 {{+partials.manifest_type
81 type:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides /}} 82 type:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides /}}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698