OLD | NEW |
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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 <div id="static"><div id="pageData-name" class="pageData">Frequently Ask
ed Questions</div> | 315 <div id="static"><div id="pageData-name" class="pageData">Frequently Ask
ed Questions</div> |
316 | 316 |
317 | 317 |
318 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 318 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> |
319 | 319 |
320 <p> | 320 <p> |
321 If you don't find an answer to your question here, | 321 If you don't find an answer to your question here, |
322 try the | 322 try the |
323 <a href="http://code.google.com/chrome/webstore/faq.html">Chrome Web Store FAQ</
a>, the | 323 <a href="http://code.google.com/chrome/webstore/faq.html">Chrome Web Store FAQ</
a>, the |
324 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">grou
p</a>, or the | 324 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">grou
p</a>, or the |
325 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=113909">galle
ry help</a>. | 325 <a href="http://www.google.com/support/chrome_webstore/">store help</a>. |
326 <!-- PENDING: add a link to store help --> | |
327 </p> | 326 </p> |
328 | 327 |
329 <div id="faq-TOC"> | 328 <div id="faq-TOC"> |
330 <h4>General</h4> | 329 <h4>General</h4> |
331 <ul> | 330 <ul> |
332 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li> | 331 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li> |
333 <li><a href="#faq-dev-01">How can I set up Chrome for extension development?
</a></li> | 332 <li><a href="#faq-dev-01">How can I set up Chrome for extension development?
</a></li> |
334 <li><a href="#faq-gen-02">What technologies are used to write extensions for
Chrome?</a></li> | 333 <li><a href="#faq-gen-02">What technologies are used to write extensions for
Chrome?</a></li> |
335 <li><a href="#faq-gen-03">Are extensions fetched from the web every time the
browser is loaded?</a></li> | 334 <li><a href="#faq-gen-03">Are extensions fetched from the web every time the
browser is loaded?</a></li> |
336 <li><a href="#faq-dev-14">How do I determine which version of Chrome is depl
oyed to which channel?</a></li> | 335 <li><a href="#faq-dev-14">How do I determine which version of Chrome is depl
oyed to which channel?</a></li> |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 Yes, there are extensions that use OAuth to access remote data | 502 Yes, there are extensions that use OAuth to access remote data |
504 APIs. Most developers find it convenient to use a | 503 APIs. Most developers find it convenient to use a |
505 <a href="http://unitedheroes.net/OAuthSimple/js/OAuthSimple.js">JavaScript OAu
th library</a> | 504 <a href="http://unitedheroes.net/OAuthSimple/js/OAuthSimple.js">JavaScript OAu
th library</a> |
506 in order to simplify the process of signing OAuth requests. | 505 in order to simplify the process of signing OAuth requests. |
507 </p> | 506 </p> |
508 | 507 |
509 <h3 id="faq-dev-06">Can extensions load DLLs?</h3> | 508 <h3 id="faq-dev-06">Can extensions load DLLs?</h3> |
510 <p> | 509 <p> |
511 Yes, using the <a href="npapi.html">NPAPI interface</a>. | 510 Yes, using the <a href="npapi.html">NPAPI interface</a>. |
512 Because of the possibility for abuse, though, we will review your extension | 511 Because of the possibility for abuse, though, we will review your extension |
513 before hosting it in the Google Chrome Extensions Gallery | 512 before hosting it in the Chrome Web Store. |
514 or Chrome Web Store. | |
515 </p> | 513 </p> |
516 | 514 |
517 <h3 id="faq-dev-05">Can extensions create UI outside of the rendered web page?</
h3> | 515 <h3 id="faq-dev-05">Can extensions create UI outside of the rendered web page?</
h3> |
518 <p> | 516 <p> |
519 Yes, your extension may add buttons to the Chrome browser's user interface. | 517 Yes, your extension may add buttons to the Chrome browser's user interface. |
520 See <a href="browserAction.html">browser actions</a> and | 518 See <a href="browserAction.html">browser actions</a> and |
521 <a href="pageAction.html">page actions</a> for more information. | 519 <a href="pageAction.html">page actions</a> for more information. |
522 </p> | 520 </p> |
523 <p> | 521 <p> |
524 An extension may also create popup notifications, which exist outside of the | 522 An extension may also create popup notifications, which exist outside of the |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 _uff=0; | 1003 _uff=0; |
1006 urchinTracker(); | 1004 urchinTracker(); |
1007 } | 1005 } |
1008 catch(e) {/* urchinTracker not available. */} | 1006 catch(e) {/* urchinTracker not available. */} |
1009 </script> | 1007 </script> |
1010 <!-- end analytics --> | 1008 <!-- end analytics --> |
1011 </div> | 1009 </div> |
1012 </div> <!-- /gc-footer --> | 1010 </div> <!-- /gc-footer --> |
1013 </div> <!-- /gc-container --> | 1011 </div> <!-- /gc-container --> |
1014 </body></html> | 1012 </body></html> |
OLD | NEW |