Lines Matching full:href
6 <a href="http://www.json.org">JSON</a>-formatted manifest file,
23 "<a href="#name">name</a>": "<em>My Extension</em>",
24 "<a href="#version">version</a>": "<em>versionString</em>",
27 "<a href="#description">description</a>": "<em>A plain text description</em>",
28 "<a href="#icons">icons</a>": { ... },
29 "<a href="#default_locale">default_locale</a>": "<em>en</em>",
32 "<a href="browserAction.html">browser_action</a>": {...},
33 "<a href="pageAction.html">page_action</a>": {...},
34 "<a href="themes.html">theme</a>": {...},
35 "<a href="#app">app</a>": {...},
38 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
39 "<a href="override.html">chrome_url_overrides</a>": {...},
40 "<a href="content_scripts.html">content_scripts</a>": [...],
41 "<a href="#homepage_url">homepage_url</a>": "http://<em>path/to/homepage</em>",
42 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split",
43 "<a href="#key">key</a>": "<em>publicKey</em>",
44 "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "<em>versionString</em>",
45 "<a href="omnibox.html">omnibox</a>": { "keyword" : "<em>aString</em>" },
46 "<a href="options.html">options_page</a>": "<em>aFile</em>.html",
47 "<a href="#permissions">permissions</a>": [...],
48 "<a href="npapi.html">plugins</a>": [...],
49 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em>.xml"
60 see the <a href="#overview">Field summary</a>.
77 <a href="http://code.google.com/chrome/apps/docs/developers_guide.html">hosted apps</a> and
78 <a href="apps.html">packaged apps</a>.
91 <a href="i18n.html">Internationalization</a>.
103 and the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
105 see <a href="i18n.html">Internationalization</a> for details.
113 <a href="hosting.html">host the extension on your own site</a>. If you distribute your
114 extension using the <a href="https://chrome.google.com/extensions">Extensions Gallery</a> or <a href="https://chrome.google.com/webstore">Chrome Web Store</a>,
130 <a href="experimental.infobars.html">infobar</a>
164 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>,
169 <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
216 by using <a href="overview.html#relative-urls">relative paths</a>
217 and <a href="extension.html#method-getURL">chrome.extension.getURL()</a>.
224 <a href="https://chrome.google.com/webstore/developer/dashboard">upload your extension</a>
225 or <a href="packaging.html">package it manually</a>).
227 <a href="http://www.chromium.org/user-experience/user-data-directory">user
238 <a href="#version">version</a> field.
248 and the <a href="https://chrome.google.com/webstore">store</a>.
250 see <a href="i18n.html">Internationalization</a> for details.
265 <a href="permission_warnings.html">Permission Warnings</a>.
272 the <a href="tabs.html">Tabs</a> page
314 <a href="xhr.html">cross-origin XMLHttpRequests</a>,
315 <a href="content_scripts.html#pi">programmatically injected
316 content scripts</a>, and <a href="cookies.html">the cookies API</a>
318 <a href="match_patterns.html">Match Patterns</a>.
346 <a href="background_pages.html">background page</a>
348 <a href="http://code.google.com/chrome/apps/docs/background.html">background window</a>.
355 <a href="bookmarks.html">chrome.bookmarks</a> module. </td>
371 <a href="contextMenus.html">chrome.contextMenus</a> module. </td>
376 <a href="cookies.html">chrome.cookies</a> module. </td>
381 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td>
386 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a>
392 <a href="history.html">chrome.history</a> module. </td>
397 <a href="idle.html">chrome.idle</a> module. </td>
402 <a href="management.html">chrome.management</a> module. </td>
407 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a>
411 <a href="notifications.html">Desktop Notifications</a>.</td>
416 <a href="tabs.html">chrome.tabs</a> or
417 <a href="windows.html">chrome.windows</a> module. </td>
429 (see issue <a href="http://crbug.com/58985">58985</a>).
484 <a href="autoupdate.html">Autoupdating</a>.