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

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

Issue 9146038: Converting the email_this_page sample extension to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Zipped. Created 8 years, 11 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 | 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 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 <div class="sourcefiles"><strong>Source files:</strong> 1573 <div class="sourcefiles"><strong>Source files:</strong>
1574 <ul> 1574 <ul>
1575 <li> 1575 <li>
1576 <code><a target="_blank" href="examples/extensions/email_this_page/backg round.js">background.js</a></code> 1576 <code><a target="_blank" href="examples/extensions/email_this_page/backg round.js">background.js</a></code>
1577 </li><li> 1577 </li><li>
1578 <code><a target="_blank" href="examples/extensions/email_this_page/conte nt_script.js">content_script.js</a></code> 1578 <code><a target="_blank" href="examples/extensions/email_this_page/conte nt_script.js">content_script.js</a></code>
1579 </li><li> 1579 </li><li>
1580 <code><a target="_blank" href="examples/extensions/email_this_page/manif est.json">manifest.json</a></code> 1580 <code><a target="_blank" href="examples/extensions/email_this_page/manif est.json">manifest.json</a></code>
1581 </li><li> 1581 </li><li>
1582 <code><a target="_blank" href="examples/extensions/email_this_page/optio ns.html">options.html</a></code> 1582 <code><a target="_blank" href="examples/extensions/email_this_page/optio ns.html">options.html</a></code>
1583 </li><li>
1584 <code><a target="_blank" href="examples/extensions/email_this_page/optio ns.js">options.js</a></code>
1583 </li> 1585 </li>
1584 </ul> 1586 </ul>
1585 </div> 1587 </div>
1586 <div> 1588 <div>
1587 <a href="examples/extensions/email_this_page.zip">Download source</a> 1589 <a href="examples/extensions/email_this_page.zip">Download source</a>
1588 <!-- Only show the Install CRX link if a CRX file is provided --> 1590 <!-- Only show the Install CRX link if a CRX file is provided -->
1589 <span style="display: none; "> 1591 <span style="display: none; ">
1590 - <a>Install extension</a> 1592 - <a>Install extension</a>
1591 </span> 1593 </span>
1592 </div> 1594 </div>
(...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after
4615 _uff=0; 4617 _uff=0;
4616 urchinTracker(); 4618 urchinTracker();
4617 } 4619 }
4618 catch(e) {/* urchinTracker not available. */} 4620 catch(e) {/* urchinTracker not available. */}
4619 </script> 4621 </script>
4620 <!-- end analytics --> 4622 <!-- end analytics -->
4621 </div> 4623 </div>
4622 </div> <!-- /gc-footer --> 4624 </div> <!-- /gc-footer -->
4623 </div> <!-- /gc-container --> 4625 </div> <!-- /gc-container -->
4624 </body></html> 4626 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698