OLD | NEW |
1 <div id="pageData-name" class="pageData">Frequently Asked Questions</div> | 1 <div id="pageData-name" class="pageData">Frequently Asked Questions</div> |
2 | 2 |
3 | 3 |
4 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 4 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> |
5 | 5 |
6 <p> | 6 <p> |
7 If you don't find an answer to your question here, | 7 If you don't find an answer to your question here, |
8 try the | 8 try the |
9 <a href="http://code.google.com/chrome/webstore/faq.html">Chrome Web Store FAQ</
a>, the | 9 <a href="http://code.google.com/chrome/webstore/faq.html">Chrome Web Store FAQ</
a>, the |
| 10 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">[goo
gle-chrome-extension] tag on Stack Overflow</a>, the |
10 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">grou
p</a>, or the | 11 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">grou
p</a>, or the |
11 <a href="http://www.google.com/support/chrome_webstore/">store help</a>. | 12 <a href="http://www.google.com/support/chrome_webstore/">store help</a>. |
12 </p> | 13 </p> |
13 | 14 |
14 <div id="faq-TOC"> | 15 <div id="faq-TOC"> |
15 <h4>General</h4> | 16 <h4>General</h4> |
16 <ul> | 17 <ul> |
17 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li> | 18 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li> |
18 <li><a href="#faq-dev-01">How can I set up Chrome for extension development?
</a></li> | 19 <li><a href="#faq-dev-01">How can I set up Chrome for extension development?
</a></li> |
19 <li><a href="#faq-gen-02">What technologies are used to write extensions for
Chrome?</a></li> | 20 <li><a href="#faq-gen-02">What technologies are used to write extensions for
Chrome?</a></li> |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 discussion group</a> with a link back to your request. | 478 discussion group</a> with a link back to your request. |
478 </li> | 479 </li> |
479 <li> | 480 <li> |
480 If you originally reported your request on the discussion group and were | 481 If you originally reported your request on the discussion group and were |
481 directed to this FAQ entry, reply to your original thread with a link | 482 directed to this FAQ entry, reply to your original thread with a link |
482 to the ticket you starred or opened. This will make it easier for others | 483 to the ticket you starred or opened. This will make it easier for others |
483 with the same request to find the correct ticket. | 484 with the same request to find the correct ticket. |
484 </li> | 485 </li> |
485 </ol> | 486 </ol> |
486 | 487 |
OLD | NEW |