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

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

Issue 5308003: Small changes to the dev guide (which should've been in the last CL).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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/devguide.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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 300 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
301 </p> 301 </p>
302 302
303 <!-- STATIC CONTENT PLACEHOLDER --> 303 <!-- STATIC CONTENT PLACEHOLDER -->
304 <div id="static"><div id="pageData-name" class="pageData">Developer's Gu ide</div> 304 <div id="static"><div id="pageData-name" class="pageData">Developer's Gu ide</div>
305 305
306 <p> 306 <p>
307 These pages assume you've completed 307 These pages assume you've completed
308 the <a href="getstarted.html">Getting Started</a> tutorial 308 the <a href="getstarted.html">Getting Started</a> tutorial
309 and <a href="overview.html">Overview</a>. 309 and <a href="overview.html">Overview</a>.
310 Unless otherwise stated, everything in this page
311 applies to packaged apps, as well as extensions.
310 </p> 312 </p>
311 313
312 <table class="columns"> 314 <table class="columns">
313 <tbody><tr> 315 <tbody><tr>
314 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> 316 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td>
315 </tr> 317 </tr>
316 <tr> 318 <tr>
317 <td colspan="2"> &nbsp;</td> 319 <td colspan="2"> &nbsp;</td>
318 </tr> 320 </tr>
319 <tr> 321 <tr>
320 <td> <a href="browserAction.html">Browser&nbsp;Actions</a> </td> 322 <td> <a href="browserAction.html">Browser&nbsp;Actions</a> </td>
321 <td> Add icons to the toolbar </td> 323 <td> Add icons to the toolbar <em>(extensions only)</em> </td>
322 </tr> 324 </tr>
323 <tr> 325 <tr>
324 <td> <a href="notifications.html">Desktop&nbsp;Notifications</a> </td> 326 <td> <a href="notifications.html">Desktop&nbsp;Notifications</a> </td>
325 <td> Notify users of important events </td> 327 <td> Notify users of important events </td>
326 </tr> 328 </tr>
327 <tr> 329 <tr>
328 <td> <a href="options.html">Options&nbsp;Pages</a> </td> 330 <td> <a href="options.html">Options&nbsp;Pages</a> </td>
329 <td> Let users customize your extension </td> 331 <td> Let users customize your extension </td>
330 </tr> 332 </tr>
331 <tr> 333 <tr>
332 <td> <a href="override.html">Override&nbsp;Pages</a> </td> 334 <td> <a href="override.html">Override&nbsp;Pages</a> </td>
333 <td> Implement your own version of standard browser pages 335 <td> Implement your own version of standard browser pages
334 such as the New Tab page</td> 336 such as the New Tab page</td>
335 </tr> 337 </tr>
336 <tr> 338 <tr>
337 <td> <a href="pageAction.html">Page&nbsp;Actions</a> </td> 339 <td> <a href="pageAction.html">Page&nbsp;Actions</a> </td>
338 <td> Add temporary icons inside the address bar </td> 340 <td> Add temporary icons inside the address bar <em>(extensions only)</em> < /td>
339 </tr> 341 </tr>
340 <tr> 342 <tr>
341 <td> <a href="themes.html">Themes</a> </td> 343 <td> <a href="themes.html">Themes</a> </td>
342 <td> Change the overall appearance of the browser </td> 344 <td> Change the overall appearance of the browser </td>
343 </tr> 345 </tr>
344 346
345 <tr> 347 <tr>
346 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td> 348 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td>
347 </tr> 349 </tr>
348 <tr> 350 <tr>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 </tr> 416 </tr>
415 <tr> 417 <tr>
416 <td colspan="2"> &nbsp;</td> 418 <td colspan="2"> &nbsp;</td>
417 </tr> 419 </tr>
418 <tr> 420 <tr>
419 <td> <a href="autoupdate.html">Autoupdating</a> </td> 421 <td> <a href="autoupdate.html">Autoupdating</a> </td>
420 <td> Update extensions automatically </td> 422 <td> Update extensions automatically </td>
421 </tr> 423 </tr>
422 <tr> 424 <tr>
423 <td> <a href="hosting.html">Hosting</a> </td> 425 <td> <a href="hosting.html">Hosting</a> </td>
424 <td> Host extensions in the Extensions Gallery or on your own servers </td> 426 <td> Host extensions on Google servers or your own </td>
425 </tr> 427 </tr>
426 <tr> 428 <tr>
427 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> 429 <td> <a href="external_extensions.html">Other Deployment Options</a> </td>
428 <td> Distribute extensions on your network or with other software </td> 430 <td> Distribute extensions on your network or with other software </td>
429 </tr> 431 </tr>
430 <tr> 432 <tr>
431 <td> <a href="packaging.html">Packaging</a> </td> 433 <td> <a href="packaging.html">Packaging</a> </td>
432 <td> Create a <code>.crx</code> file so you can distribute your extension </ td> 434 <td> Create a <code>.crx</code> file so you can distribute your extension </ td>
433 </tr> 435 </tr>
434 </tbody></table> 436 </tbody></table>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 _uff=0; 623 _uff=0;
622 urchinTracker(); 624 urchinTracker();
623 } 625 }
624 catch(e) {/* urchinTracker not available. */} 626 catch(e) {/* urchinTracker not available. */}
625 </script> 627 </script>
626 <!-- end analytics --> 628 <!-- end analytics -->
627 </div> 629 </div>
628 </div> <!-- /gc-footer --> 630 </div> <!-- /gc-footer -->
629 </div> <!-- /gc-container --> 631 </div> <!-- /gc-container -->
630 </body></html> 632 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698