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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 8396001: Add sample extension that allows setting plugin-specific content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update docs Created 9 years 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
10 "chrome.bookmarks.import": "bookmarks.html#method-import", 10 "chrome.bookmarks.import": "bookmarks.html#method-import",
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 "options.html", 1838 "options.html",
1839 "script.js", 1839 "script.js",
1840 "util\/sorttable.js", 1840 "util\/sorttable.js",
1841 "util\/table2CSV.js" 1841 "util\/table2CSV.js"
1842 ], 1842 ],
1843 "source_hash": "a3539096027886df533d42d0762990abdcc38840", 1843 "source_hash": "a3539096027886df533d42d0762990abdcc38840",
1844 "zip_path": "examples\/extensions\/benchmark.zip" 1844 "zip_path": "examples\/extensions\/benchmark.zip"
1845 }, 1845 },
1846 { 1846 {
1847 "api_calls": [ 1847 "api_calls": [
1848 "chrome.i18n.getMessage"
1849 ],
1850 "crx_path": null,
1851 "description": "Customize your content setting for different plug-ins.",
1852 "features": [
1853 "contentSettings",
1854 "options_page"
1855 ],
1856 "icon": "bunny128.png",
1857 "id": "ab4b9e00a673701b355db9eb8f9ebf2c850cd784",
1858 "name": "Per-plugin content settings",
1859 "packaged_app": false,
1860 "path": "examples\/extensions\/plugin_settings\/",
1861 "protocols": [],
1862 "search_string": "PER-PLUGIN CONTENT SETTINGS CUSTOMIZE YOUR CONTENT SETTI NG FOR DIFFERENT PLUG-INS. CONTENTSETTINGS OPTIONS_PAGE CHROME.I18N.GETMESSAGE",
1863 "source_files": [
1864 "_locales\/en\/messages.json",
1865 "css\/plugin_list.css",
1866 "css\/rule_list.css",
1867 "domui\/css\/button.css",
1868 "domui\/css\/chrome_shared.css",
1869 "domui\/css\/list.css",
1870 "domui\/css\/select.css",
1871 "domui\/js\/cr.js",
1872 "domui\/js\/cr\/event_target.js",
1873 "domui\/js\/cr\/ui.js",
1874 "domui\/js\/cr\/ui\/array_data_model.js",
1875 "domui\/js\/cr\/ui\/list.js",
1876 "domui\/js\/cr\/ui\/list_item.js",
1877 "domui\/js\/cr\/ui\/list_selection_controller.js",
1878 "domui\/js\/cr\/ui\/list_selection_model.js",
1879 "domui\/js\/cr\/ui\/list_single_selection_model.js",
1880 "domui\/js\/util.js",
1881 "js\/main.js",
1882 "js\/plugin_list.js",
1883 "js\/plugin_settings.js",
1884 "js\/rule_list.js",
1885 "manifest.json",
1886 "options.html",
1887 "options\/css\/list.css",
1888 "options\/js\/deletable_item_list.js",
1889 "options\/js\/inline_editable_list.js"
1890 ],
1891 "source_hash": "1e2765f821fa09cf0db9cce20ae61d964565986b",
1892 "zip_path": "examples\/extensions\/plugin_settings.zip"
1893 },
1894 {
1895 "api_calls": [
1848 "chrome.browserAction.onClicked", 1896 "chrome.browserAction.onClicked",
1849 "chrome.tabs.update" 1897 "chrome.tabs.update"
1850 ], 1898 ],
1851 "crx_path": null, 1899 "crx_path": null,
1852 "description": "Adds a print button to the browser.", 1900 "description": "Adds a print button to the browser.",
1853 "features": [ 1901 "features": [
1854 "background_page", 1902 "background_page",
1855 "browser_action", 1903 "browser_action",
1856 "tabs" 1904 "tabs"
1857 ], 1905 ],
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
2425 "manifest.json", 2473 "manifest.json",
2426 "popup.html", 2474 "popup.html",
2427 "popup.js", 2475 "popup.js",
2428 "sample.css" 2476 "sample.css"
2429 ], 2477 ],
2430 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6", 2478 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6",
2431 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2479 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2432 } 2480 }
2433 ] 2481 ]
2434 } 2482 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698