OLD | NEW |
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/experimental.infobars.html">info
bar</a> | 13 <a href="http://developer.chrome.com/extensions/infobars.html">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 19 matching lines...) Expand all Loading... |
43 <p> | 43 <p> |
44 If you upload your extension, app, or theme using the | 44 If you upload your extension, app, or theme using the |
45 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope
r Dashboard</a>, | 45 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develope
r Dashboard</a>, |
46 you'll need to upload additional images, | 46 you'll need to upload additional images, |
47 including at least one screenshot of your extension. | 47 including at least one screenshot of your extension. |
48 For more information, | 48 For more information, |
49 see the | 49 see the |
50 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store | 50 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store |
51 developer documentation</a>. | 51 developer documentation</a>. |
52 </p> | 52 </p> |
OLD | NEW |