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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/faq.html

Issue 802283003: Chrome apps FAQ links to apps stack overflow and google group. (Closed) Base URL: git@github.com:scheib/chromium.git@bt-adapter-787953004-
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Frequently Asked Questions</h1> 1 <h1>Frequently Asked Questions</h1>
2 2
3 3
4 <!-- --> 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">Chrome Web Store FAQ</a>, t he 9 <a href="http://code.google.com/chrome/webstore/faq">Chrome Web Store FAQ</a>, t he
10 {{?is_apps}}
11 <a href="http://stackoverflow.com/questions/tagged/google-chrome-app">[google-ch rome-app] tag on Stack Overflow</a>, the
12 <a href="http://groups.google.com/a/chromium.org/group/chromium-apps">chromium-a pps group</a>, or the
13 {{:is_apps}}
10 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">[goo gle-chrome-extension] tag on Stack Overflow</a>, the 14 <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 15 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">chro mium-extensions group</a>, or the
16 {{/is_apps}}
12 <a href="http://www.google.com/support/chrome_webstore/">store help</a>. 17 <a href="http://www.google.com/support/chrome_webstore/">store help</a>.
13 </p> 18 </p>
14 19
15 <div id="faq-TOC"> 20 <div id="faq-TOC">
16 <h4 id="general">General</h4> 21 <h4 id="general">General</h4>
17 <ul> 22 <ul>
18 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li> 23 <li><a href="#faq-gen-01">What are Google Chrome Extensions?</a></li>
19 {{^is_apps}} 24 {{^is_apps}}
20 <li><a href="#faq-dev-01">How can I set up Chrome for extension development? </a></li> 25 <li><a href="#faq-dev-01">How can I set up Chrome for extension development? </a></li>
21 {{/is_apps}} 26 {{/is_apps}}
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/t opics"> 487 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/t opics">
483 discussion group</a> with a link back to your request. 488 discussion group</a> with a link back to your request.
484 </li> 489 </li>
485 <li> 490 <li>
486 If you originally reported your request on the discussion group and were 491 If you originally reported your request on the discussion group and were
487 directed to this FAQ entry, reply to your original thread with a link 492 directed to this FAQ entry, reply to your original thread with a link
488 to the ticket you starred or opened. This will make it easier for others 493 to the ticket you starred or opened. This will make it easier for others
489 with the same request to find the correct ticket. 494 with the same request to find the correct ticket.
490 </li> 495 </li>
491 </ol> 496 </ol>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698