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

Side by Side Diff: chrome/common/extensions/docs/static/docs.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">Hello There!</div> 1 <div id="pageData-name" class="pageData">Hello There!</div>
2 2
3 <p> 3 <p>
4 This documentation tells you how to write extensions 4 This documentation tells you how to write extensions
5 and packaged apps for the 5 and packaged apps for the
6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. 6 <a href="http://www.google.com/chrome">Google Chrome browser</a>.
7 Because extensions came first, 7 Because extensions came first,
8 the APIs and these docs say <em>extension</em> everywhere. 8 the APIs and these docs say <em>extension</em> everywhere.
9 </p> 9 </p>
10 10
(...skipping 25 matching lines...) Expand all
36 </p> 36 </p>
37 37
38 <ul> 38 <ul>
39 <li> 39 <li>
40 <a href="devguide.html">Developer's Guide</a> 40 <a href="devguide.html">Developer's Guide</a>
41 </li> 41 </li>
42 <li> 42 <li>
43 <a href="samples.html">Samples</a> 43 <a href="samples.html">Samples</a>
44 </li> 44 </li>
45 <li> 45 <li>
46 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension"> Stack Overflow [google-chrome-extension] tag</a>
47 </li>
48 <li>
46 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions"> Group: chromium-extensions</a> 49 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions"> Group: chromium-extensions</a>
47 </li> 50 </li>
48 <li> 51 <li>
49 <a href="http://chrome.google.com/webstore">Chrome Web Store</a> 52 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>
50 </li> 53 </li>
51 <li> 54 <li>
52 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store 55 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
53 developer documentation</a> 56 developer documentation</a>
54 </li> 57 </li>
55 </ul> 58 </ul>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 but haven't been integrated into it yet. 136 but haven't been integrated into it yet.
134 137
135 <p> 138 <p>
136 <strong>Note:</strong> 139 <strong>Note:</strong>
137 The trunk version of the doc is preliminary and might have errors. 140 The trunk version of the doc is preliminary and might have errors.
138 </p> 141 </p>
139 </td> 142 </td>
140 </tr> 143 </tr>
141 </table> 144 </table>
142 </p> 145 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/faq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698