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

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

Issue 490006: Add Arne's FAQ. (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
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 <a id="gc-topnav-anchor"></a> 102 <a id="gc-topnav-anchor"></a>
103 <div id="gc-topnav"> 103 <div id="gc-topnav">
104 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab s</a>)</h1> 104 <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Lab s</a>)</h1>
105 <ul id="home" class="gc-topnav-tabs"> 105 <ul id="home" class="gc-topnav-tabs">
106 <li id="home_link"> 106 <li id="home_link">
107 <a href="index.html" title="Google Chrome Extensions home page">Home </a> 107 <a href="index.html" title="Google Chrome Extensions home page">Home </a>
108 </li> 108 </li>
109 <li id="docs_link"> 109 <li id="docs_link">
110 <a href="docs.html" title="Official Google Chrome Extensions documen tation">Docs</a> 110 <a href="docs.html" title="Official Google Chrome Extensions documen tation">Docs</a>
111 </li> 111 </li>
112 <li id="faq_link">
113 <a href="faq.html" title="Answers to frequently asked questions abou t Google Chrome Extensions">FAQ</a>
114 </li>
115 <li id="samples_link">
116 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a>
117 </li>
112 <li id="group_link"> 118 <li id="group_link">
113 <a href="http://groups.google.com/group/chromium-extensions" title=" Google Chrome Extensions developer forum">Group</a> 119 <a href="http://groups.google.com/group/chromium-extensions" title=" Google Chrome Extensions developer forum">Group</a>
114 </li> 120 </li>
115 <li id="samples_link">
116 <a href="samples.html" title="Sample extensions (with source code)"> Samples</a>
117 </li>
118 <!--
119 <li id="terms_link">
120 Terms
121 </li>
122 -->
123 </ul> 121 </ul>
124 </div> <!-- end gc-topnav --> 122 </div> <!-- end gc-topnav -->
125 123
126 <div class="g-section g-tpl-170"> 124 <div class="g-section g-tpl-170">
127 <!-- SIDENAV --> 125 <!-- SIDENAV -->
128 <div class="g-unit g-first" id="gc-toc"> 126 <div class="g-unit g-first" id="gc-toc">
129 <ul> 127 <ul>
130 <li><a href="getstarted.html">Getting Started</a></li> 128 <li><a href="getstarted.html">Getting Started</a></li>
131 <li><a href="overview.html">Overview</a></li> 129 <li><a href="overview.html">Overview</a></li>
132 <li><h2><a href="devguide.html">Developer's Guide</a></h2> 130 <li><h2><a href="devguide.html">Developer's Guide</a></h2>
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 urchinTracker(); 539 urchinTracker();
542 } 540 }
543 catch(e) {/* urchinTracker not available. */} 541 catch(e) {/* urchinTracker not available. */}
544 </script> 542 </script>
545 <!-- end analytics --> 543 <!-- end analytics -->
546 </div> 544 </div>
547 </div> <!-- /gc-footer --> 545 </div> <!-- /gc-footer -->
548 </div> <!-- /gc-container --> 546 </div> <!-- /gc-container -->
549 </body></html> 547 </body></html>
550 548
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698