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

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

Issue 5285005: Merge 67553 - Small changes to the dev guide (which should've been in the las... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 292 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
293 </p> 293 </p>
294 294
295 <!-- STATIC CONTENT PLACEHOLDER --> 295 <!-- STATIC CONTENT PLACEHOLDER -->
296 <div id="static"><div id="pageData-name" class="pageData">Developer's Gu ide</div> 296 <div id="static"><div id="pageData-name" class="pageData">Developer's Gu ide</div>
297 297
298 <p> 298 <p>
299 These pages assume you've completed 299 These pages assume you've completed
300 the <a href="getstarted.html">Getting Started</a> tutorial 300 the <a href="getstarted.html">Getting Started</a> tutorial
301 and <a href="overview.html">Overview</a>. 301 and <a href="overview.html">Overview</a>.
302 Unless otherwise stated, everything in this page
303 applies to packaged apps, as well as extensions.
302 </p> 304 </p>
303 305
304 <table class="columns"> 306 <table class="columns">
305 <tbody><tr> 307 <tbody><tr>
306 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td> 308 <td colspan="2"><h4>Changing the Google Chrome chrome</h4></td>
307 </tr> 309 </tr>
308 <tr> 310 <tr>
309 <td colspan="2"> &nbsp;</td> 311 <td colspan="2"> &nbsp;</td>
310 </tr> 312 </tr>
311 <tr> 313 <tr>
312 <td> <a href="browserAction.html">Browser&nbsp;Actions</a> </td> 314 <td> <a href="browserAction.html">Browser&nbsp;Actions</a> </td>
313 <td> Add icons to the toolbar </td> 315 <td> Add icons to the toolbar <em>(extensions only)</em> </td>
314 </tr> 316 </tr>
315 <tr> 317 <tr>
316 <td> <a href="notifications.html">Desktop&nbsp;Notifications</a> </td> 318 <td> <a href="notifications.html">Desktop&nbsp;Notifications</a> </td>
317 <td> Notify users of important events </td> 319 <td> Notify users of important events </td>
318 </tr> 320 </tr>
319 <tr> 321 <tr>
320 <td> <a href="options.html">Options&nbsp;Pages</a> </td> 322 <td> <a href="options.html">Options&nbsp;Pages</a> </td>
321 <td> Let users customize your extension </td> 323 <td> Let users customize your extension </td>
322 </tr> 324 </tr>
323 <tr> 325 <tr>
324 <td> <a href="override.html">Override&nbsp;Pages</a> </td> 326 <td> <a href="override.html">Override&nbsp;Pages</a> </td>
325 <td> Implement your own version of standard browser pages 327 <td> Implement your own version of standard browser pages
326 such as the New Tab page</td> 328 such as the New Tab page</td>
327 </tr> 329 </tr>
328 <tr> 330 <tr>
329 <td> <a href="pageAction.html">Page&nbsp;Actions</a> </td> 331 <td> <a href="pageAction.html">Page&nbsp;Actions</a> </td>
330 <td> Add temporary icons inside the address bar </td> 332 <td> Add temporary icons inside the address bar <em>(extensions only)</em> < /td>
331 </tr> 333 </tr>
332 <tr> 334 <tr>
333 <td> <a href="themes.html">Themes</a> </td> 335 <td> <a href="themes.html">Themes</a> </td>
334 <td> Change the overall appearance of the browser </td> 336 <td> Change the overall appearance of the browser </td>
335 </tr> 337 </tr>
336 338
337 <tr> 339 <tr>
338 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td> 340 <td colspan="2"><h4>Interacting with Google Chrome in other ways</h4></td>
339 </tr> 341 </tr>
340 <tr> 342 <tr>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 </tr> 408 </tr>
407 <tr> 409 <tr>
408 <td colspan="2"> &nbsp;</td> 410 <td colspan="2"> &nbsp;</td>
409 </tr> 411 </tr>
410 <tr> 412 <tr>
411 <td> <a href="autoupdate.html">Autoupdating</a> </td> 413 <td> <a href="autoupdate.html">Autoupdating</a> </td>
412 <td> Update extensions automatically </td> 414 <td> Update extensions automatically </td>
413 </tr> 415 </tr>
414 <tr> 416 <tr>
415 <td> <a href="hosting.html">Hosting</a> </td> 417 <td> <a href="hosting.html">Hosting</a> </td>
416 <td> Host extensions in the Extensions Gallery or on your own servers </td> 418 <td> Host extensions on Google servers or your own </td>
417 </tr> 419 </tr>
418 <tr> 420 <tr>
419 <td> <a href="external_extensions.html">Other Deployment Options</a> </td> 421 <td> <a href="external_extensions.html">Other Deployment Options</a> </td>
420 <td> Distribute extensions on your network or with other software </td> 422 <td> Distribute extensions on your network or with other software </td>
421 </tr> 423 </tr>
422 <tr> 424 <tr>
423 <td> <a href="packaging.html">Packaging</a> </td> 425 <td> <a href="packaging.html">Packaging</a> </td>
424 <td> Create a <code>.crx</code> file so you can distribute your extension </ td> 426 <td> Create a <code>.crx</code> file so you can distribute your extension </ td>
425 </tr> 427 </tr>
426 </tbody></table> 428 </tbody></table>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 _uff=0; 615 _uff=0;
614 urchinTracker(); 616 urchinTracker();
615 } 617 }
616 catch(e) {/* urchinTracker not available. */} 618 catch(e) {/* urchinTracker not available. */}
617 </script> 619 </script>
618 <!-- end analytics --> 620 <!-- end analytics -->
619 </div> 621 </div>
620 </div> <!-- /gc-footer --> 622 </div> <!-- /gc-footer -->
621 </div> <!-- /gc-container --> 623 </div> <!-- /gc-container -->
622 </body></html> 624 </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