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

Side by Side Diff: chrome/common/extensions/docs/options.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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 | « chrome/common/extensions/docs/npapi.html ('k') | chrome/common/extensions/docs/override.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 <a href="#id-anchor">id</a> 273 <a href="#id-anchor">id</a>
274 </li> 274 </li>
275 </ol> 275 </ol>
276 </li> 276 </li>
277 </ol> 277 </ol>
278 </li> 278 </li>
279 </ol> 279 </ol>
280 </div> 280 </div>
281 <!-- /TABLE OF CONTENTS --> 281 <!-- /TABLE OF CONTENTS -->
282 282
283 <!-- Standard content lead-in for experimental API pages -->
284 <p id="classSummary" style="display: none; ">
285 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
286 </p>
287
283 <!-- STATIC CONTENT PLACEHOLDER --> 288 <!-- STATIC CONTENT PLACEHOLDER -->
284 <div id="static"><div id="pageData-name" class="pageData">Options</div> 289 <div id="static"><div id="pageData-name" class="pageData">Options</div>
285 <div id="pageData-showTOC" class="pageData">true</div> 290 <div id="pageData-showTOC" class="pageData">true</div>
286 <p>To allow users to customize the behavior of your extension, you may wish to p rovide an options page. If you do, a link to it will be provided from the extens ions management page at chrome://extensions. Clicking the Options link opens a n ew tab pointing at your options page. 291 <p>To allow users to customize the behavior of your extension, you may wish to p rovide an options page. If you do, a link to it will be provided from the extens ions management page at chrome://extensions. Clicking the Options link opens a n ew tab pointing at your options page.
287 292
288 </p><a name="H2-0"></a><h2>Step 1: Declare your options page in the manifest</h2 > 293 </p><a name="H2-0"></a><h2>Step 1: Declare your options page in the manifest</h2 >
289 294
290 <pre>{ 295 <pre>{
291 "name": "My extension", 296 "name": "My extension",
292 ... 297 ...
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 _uff=0; 549 _uff=0;
545 urchinTracker(); 550 urchinTracker();
546 } 551 }
547 catch(e) {/* urchinTracker not available. */} 552 catch(e) {/* urchinTracker not available. */}
548 </script> 553 </script>
549 <!-- end analytics --> 554 <!-- end analytics -->
550 </div> 555 </div>
551 </div> <!-- /gc-footer --> 556 </div> <!-- /gc-footer -->
552 </div> <!-- /gc-container --> 557 </div> <!-- /gc-container -->
553 </body></html> 558 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/npapi.html ('k') | chrome/common/extensions/docs/override.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698