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

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

Issue 449072: Fix a buggy link. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/manifest.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "<a href="#description">description</a>": "<em>A plain text description</em>", 290 "<a href="#description">description</a>": "<em>A plain text description</em>",
291 "<a href="#icons">icons</a>": { ... }, 291 "<a href="#icons">icons</a>": { ... },
292 292
293 <em>// Pick one (or none)</em> 293 <em>// Pick one (or none)</em>
294 "<a href="browserAction.html">brower_action</a>": {...}, 294 "<a href="browserAction.html">brower_action</a>": {...},
295 "<a href="pageAction.html">page_action</a>": {...}, 295 "<a href="pageAction.html">page_action</a>": {...},
296 "<a href="themes.html">theme</a>": {...}, 296 "<a href="themes.html">theme</a>": {...},
297 297
298 <em>// Add any of these that you need</em> 298 <em>// Add any of these that you need</em>
299 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", 299 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
300 "<a href="ntp.html">chrome_url_overrides</a>": {...}, 300 "<a href="override.html">chrome_url_overrides</a>": {...},
301 "<a href="content_scripts.html">content_scripts</a>": [...], 301 "<a href="content_scripts.html">content_scripts</a>": [...],
302 "<a href="options.html">options_page</a>": "<em>aFile</em>.html", 302 "<a href="options.html">options_page</a>": "<em>aFile</em>.html",
303 "<a href="#permissions">permissions</a>": [...], 303 "<a href="#permissions">permissions</a>": [...],
304 "<a href="npapi.html">plugins</a>": [...] 304 "<a href="npapi.html">plugins</a>": [...]
305 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em >.xml", 305 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em >.xml",
306 } 306 }
307 </pre> 307 </pre>
308 308
309 309
310 <a name="H2-1"></a><h2>Field details</h2> 310 <a name="H2-1"></a><h2>Field details</h2>
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 urchinTracker(); 628 urchinTracker();
629 } 629 }
630 catch(e) {/* urchinTracker not available. */} 630 catch(e) {/* urchinTracker not available. */}
631 </script> 631 </script>
632 <!-- end analytics --> 632 <!-- end analytics -->
633 </div> 633 </div>
634 </div> <!-- /gc-footer --> 634 </div> <!-- /gc-footer -->
635 </div> <!-- /gc-container --> 635 </div> <!-- /gc-container -->
636 </body></html> 636 </body></html>
637 637
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698