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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/topSites.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months 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
OLDNEW
1 <h2 id="manifest">Manifest</h2> 1 <h2 id="manifest">Manifest</h2>
2 2
3 <p> 3 <p>
4 You must declare the "topSites" permission in your extension's manifest 4 You must declare the "topSites" permission in your extension's manifest
5 to use this API. 5 to use this API.
6 </p> 6 </p>
7 7
8 <pre data-filename="manifest.json"> 8 <pre data-filename="manifest.json">
9 { 9 {
10 "name": "My extension", 10 "name": "My extension",
11 ... 11 ...
12 <b> "permissions": [ 12 <b> "permissions": [
13 "topSites", 13 "topSites",
14 ]</b>, 14 ]</b>,
15 ... 15 ...
16 } 16 }
17 </pre> 17 </pre>
18 18
19 19
20 <h2 id="examples">Examples</h2> 20 <h2 id="examples">Examples</h2>
21 21
22 <p> 22 <p>
23 You can find samples of this API in 23 You can find samples of this API in
24 <a href="samples.html#topsites">Samples</a>. 24 <a href="samples#topsites">Samples</a>.
25 </p> 25 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/tabs.html ('k') | chrome/common/extensions/docs/templates/intros/types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698