OLD | NEW |
1 <div id="pageData-name" class="pageData">Frequently Asked Questions</div> | 1 <h1>Frequently Asked Questions</h1> |
2 | 2 |
3 | 3 |
4 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 4 <!-- --> |
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://stackoverflow.com/questions/tagged/google-chrome-extension">[goo
gle-chrome-extension] tag on Stack Overflow</a>, the |
11 <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 |
12 <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>. |
13 </p> | 13 </p> |
14 | 14 |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <h3 id="faq-dev-01">How can I set up Chrome for extension development?</h3> | 67 <h3 id="faq-dev-01">How can I set up Chrome for extension development?</h3> |
68 <p> | 68 <p> |
69 As long as you are using a version of Chrome that supports | 69 As long as you are using a version of Chrome that supports |
70 extensions, you already have everything you need to start writing an | 70 extensions, you already have everything you need to start writing an |
71 extension of your own. | 71 extension of your own. |
72 You can start by turning on Developer mode. | 72 You can start by turning on Developer mode. |
73 </p> | 73 </p> |
74 | 74 |
75 <p> | 75 <p> |
76 Click the wrench icon | 76 Click the wrench icon |
77 <img src="../images/toolsmenu.gif" height="29" width="29" alt="" | 77 <img src="{{static}}/images/toolsmenu.gif" height="29" width="29" alt="" |
78 class="nomargin" /> | 78 class="nomargin" /> |
79 and select <b>Extensions</b> from the <b>Tools</b> menu. | 79 and select <b>Extensions</b> from the <b>Tools</b> menu. |
80 If there's a "+" next to "Developer mode", | 80 If there's a "+" next to "Developer mode", |
81 click the "+" so it turns into a "-". | 81 click the "+" so it turns into a "-". |
82 Now you can reload extensions, | 82 Now you can reload extensions, |
83 load an unpacked directory of files as if it were a packaged extension, | 83 load an unpacked directory of files as if it were a packaged extension, |
84 and more. For a complete tutorial, see | 84 and more. For a complete tutorial, see |
85 <a href="http://code.google.com/chrome/extensions/getstarted.html">Getting Sta
rted</a>. | 85 <a href="http://code.google.com/chrome/extensions/getstarted.html">Getting Sta
rted</a>. |
86 </p> | 86 </p> |
87 | 87 |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 ticket has not been modified after two weeks, please post a message to the | 476 ticket has not been modified after two weeks, please post a message to the |
477 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/t
opics"> | 477 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/t
opics"> |
478 discussion group</a> with a link back to your request. | 478 discussion group</a> with a link back to your request. |
479 </li> | 479 </li> |
480 <li> | 480 <li> |
481 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 |
482 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 |
483 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 |
484 with the same request to find the correct ticket. | 484 with the same request to find the correct ticket. |
485 </li> | 485 </li> |
486 </ol> | 486 </ol> |
487 | |
OLD | NEW |