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

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

Issue 3117029: Several small extensions docs system fixes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <div id="pageData-name" class="pageData">Formats: Manifest Files</div> 1 <div id="pageData-name" class="pageData">Formats: Manifest Files</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 Every extension has a 5 Every extension has a
6 <a href="http://www.json.org">JSON</a>-formatted manifest file, 6 <a href="http://www.json.org">JSON</a>-formatted manifest file,
7 named <code>manifest.json</code>, 7 named <code>manifest.json</code>,
8 that provides important information about the extension. 8 that provides important information about the extension.
9 </p> 9 </p>
10 10
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 to display the favicon of a page. 259 to display the favicon of a page.
260 For example, to display the favicon of http://www.google.com/, 260 For example, to display the favicon of http://www.google.com/,
261 you declare the "chrome://favicon/" permission 261 you declare the "chrome://favicon/" permission
262 and use HTML code like this: 262 and use HTML code like this:
263 <pre>&lt;img src="chrome://favicon/http://www.google.com/"></pre> 263 <pre>&lt;img src="chrome://favicon/http://www.google.com/"></pre>
264 </td> 264 </td>
265 </tr> 265 </tr>
266 <tr> 266 <tr>
267 <td> "contextMenus" </td> 267 <td> "contextMenus" </td>
268 <td> Required if the extension uses the 268 <td> Required if the extension uses the
269 <a href="contextMenus.html">context menus</a> module. </td> 269 <a href="contextMenus.html">chrome.contextMenus</a> module. </td>
270 </tr> 270 </tr>
271 <tr> 271 <tr>
272 <td> "cookies" </td> 272 <td> "cookies" </td>
273 <td> Required if the extension uses the 273 <td> Required if the extension uses the
274 <a href="cookies.html">chrome.cookies</a> module. </td> 274 <a href="cookies.html">chrome.cookies</a> module. </td>
275 </tr> 275 </tr>
276 <tr> 276 <tr>
277 <td> "experimental" </td> 277 <td> "experimental" </td>
278 <td> Required if the extension uses any 278 <td> Required if the extension uses any
279 <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> chrome.experimental.* APIs</a>.</td> 279 <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> chrome.experimental.* APIs</a>.</td>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 A missing integer is equal to zero. 362 A missing integer is equal to zero.
363 For example, 1.1.9.9999 is newer than 1.1. 363 For example, 1.1.9.9999 is newer than 1.1.
364 </p> 364 </p>
365 365
366 <p> 366 <p>
367 For more information, see 367 For more information, see
368 <a href="autoupdate.html">Autoupdating</a>. 368 <a href="autoupdate.html">Autoupdating</a>.
369 </p> 369 </p>
370 370
371 <!-- [PENDING: Possibly: point to the gallery and make a big deal of the fact th at autoupdating is free if you use the gallery.] --> 371 <!-- [PENDING: Possibly: point to the gallery and make a big deal of the fact th at autoupdating is free if you use the gallery.] -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/api_index.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698