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

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

Issue 2480413002: [Extensions Docs] Update SettingsOverrides to indicate Mac availability (Closed)
Patch Set: Created 4 years, 1 month 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 The API is available on Windows in all current versions of Chrome and is
6 available on Mac in Chrome 56 and later.
6 </p> 7 </p>
7 8
8 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2> 9 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2>
9 <p> 10 <p>
10 Here is an example how <a href="#homepage">homepage</a>, <a 11 Here is an example how <a href="#homepage">homepage</a>, <a
11 href="#search_provider">search provider</a> and <a href="#startup_pages">startup 12 href="#search_provider">search provider</a> and <a href="#startup_pages">startup
12 pages</a> can be modified in the <a href="manifest">extension 13 pages</a> can be modified in the <a href="manifest">extension
13 manifest</a>. Web sites used in the settings API must be 14 manifest</a>. Web sites used in the settings API must be
14 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via 15 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via
15 Webmaster Tools) as being associated with that item in the Chrome Web Store. 16 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
73 </li> 74 </li>
74 </ul> 75 </ul>
75 76
76 <h2 id="reference">Reference</h2> 77 <h2 id="reference">Reference</h2>
77 <p> 78 <p>
78 An extension can override one or more of the following properties in the 79 An extension can override one or more of the following properties in the
79 manifest: 80 manifest:
80 </p> 81 </p>
81 {{+partials.manifest_type 82 {{+partials.manifest_type
82 type:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides /}} 83 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