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

Side by Side Diff: chrome/common/extensions/docs/static/getstarted.html

Issue 8510074: Updated docs to link to Stack Overflow as a support channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now pointing to Stack Overflow as an official support channel. Created 9 years, 1 month 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 <div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World !)</div> 1 <div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World !)</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
3 3
4 <p> 4 <p>
5 This tutorial walks you through creating a simple extension. 5 This tutorial walks you through creating a simple extension.
6 You'll add an icon to Google Chrome 6 You'll add an icon to Google Chrome
7 that, when clicked, displays an automatically generated page. 7 that, when clicked, displays an automatically generated page.
8 The icon and page will look something like this: 8 The icon and page will look something like this:
9 </p> 9 </p>
10 10
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 167
168 <p> 168 <p>
169 If you don't feel like reading, try these: 169 If you don't feel like reading, try these:
170 </p> 170 </p>
171 <ul> 171 <ul>
172 <li> 172 <li>
173 Keep up to date with the latest news: 173 Keep up to date with the latest news:
174 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s ubscribe">subscribe to chromium-extensions</a> 174 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/s ubscribe">subscribe to chromium-extensions</a>
175 </li> 175 </li>
176 <li> 176 <li>
177 Ask a question tagged [google-chrome-extension] on
178 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension"> Stack Overflow</a>
179 </li>
180 <li>
177 Look at some 181 Look at some
178 <a href="samples.html">sample extensions</a> 182 <a href="samples.html">sample extensions</a>
179 </li> 183 </li>
180 <li> 184 <li>
181 Watch some 185 Watch some
182 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a >, such as 186 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a >, such as
183 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101 D6A85FE9D4B&index=3">How to build an extension</a> 187 <a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101 D6A85FE9D4B&index=3">How to build an extension</a>
184 </li> 188 </li>
185 </ul> 189 </ul>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/faq.html ('k') | chrome/common/extensions/docs/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698