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/templates/articles/manifest/icons.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 <h1 id="icons">Manifest - Icons</h1> 1 <h1 id="icons">Manifest - Icons</h1>
2 2
3 <p> 3 <p>
4 One or more icons that represent the extension, app, or theme. 4 One or more icons that represent the extension, app, or theme.
5 You should always provide a 128x128 icon; 5 You should always provide a 128x128 icon;
6 it's used during installation and by the Chrome Web Store. 6 it's used during installation and by the Chrome Web Store.
7 Extensions should also provide a 48x48 icon, 7 Extensions should also provide a 48x48 icon,
8 which is used in the extensions management page 8 which is used in the extensions management page
9 (chrome://extensions). 9 (chrome://extensions).
10 You can also specify a 16x16 icon to be used as the favicon 10 You can also specify a 16x16 icon to be used as the favicon
11 for an extension's pages. 11 for an extension's pages.
12 The 16x16 icon is also displayed in the experimental extension 12 The 16x16 icon is also displayed in the experimental extension
13 <a href="http://developer.chrome.com/extensions/infobars.html">infobar</a> 13 <a href="http://developer.chrome.com/extensions/infobars">infobar</a>
14 feature. 14 feature.
15 </p> 15 </p>
16 16
17 <p> 17 <p>
18 Icons should generally be in PNG format, 18 Icons should generally be in PNG format,
19 because PNG has the best support for transparency. 19 because PNG has the best support for transparency.
20 They can, however, be in any format supported by WebKit, 20 They can, however, be in any format supported by WebKit,
21 including BMP, GIF, ICO, and JPEG. 21 including BMP, GIF, ICO, and JPEG.
22 Here's an example of specifying the icons: 22 Here's an example of specifying the icons:
23 </p> 23 </p>
(...skipping 21 matching lines...) Expand all
45 <p> 45 <p>
46 If you upload your extension, app, or theme using the 46 If you upload your extension, app, or theme using the
47 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope r Dashboard</a>, 47 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope r Dashboard</a>,
48 you'll need to upload additional images, 48 you'll need to upload additional images,
49 including at least one screenshot of your extension. 49 including at least one screenshot of your extension.
50 For more information, 50 For more information,
51 see the 51 see the
52 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store 52 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
53 developer documentation</a>. 53 developer documentation</a>.
54 </p> 54 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698