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

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

Issue 8071025: Move contentSettings extension API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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 { 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 }, 636 },
637 { 637 {
638 "api_calls": [ 638 "api_calls": [
639 "chrome.tabs.get", 639 "chrome.tabs.get",
640 "chrome.tabs.getSelected" 640 "chrome.tabs.getSelected"
641 ], 641 ],
642 "description": "Shows the content settings for the current site.", 642 "description": "Shows the content settings for the current site.",
643 "features": [ 643 "features": [
644 "browser_action", 644 "browser_action",
645 "contentSettings", 645 "contentSettings",
646 "experimental",
647 "popup", 646 "popup",
648 "tabs" 647 "tabs"
649 ], 648 ],
650 "icon": null, 649 "icon": null,
651 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51", 650 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
652 "name": "Content settings", 651 "name": "Content settings",
653 "path": "examples\/api\/contentSettings\/", 652 "path": "examples\/api\/contentSettings\/",
654 "protocols": [], 653 "protocols": [],
655 "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURR ENT SITE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED", 654 "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURR ENT SITE. BROWSER_ACTION CONTENTSETTINGS POPUP TABS CHROME.TABS.GET CHROME.TABS. GETSELECTED",
656 "source_files": [ 655 "source_files": [
657 "manifest.json", 656 "manifest.json",
658 "popup.html" 657 "popup.html"
659 ], 658 ],
660 "source_hash": "aab21662d31c6d61f2304eacce32a3b6ca8bb207", 659 "source_hash": "14d647a5ea1fa8551089fdb8810b6acaf16530cf",
661 "zip_path": "examples\/api\/contentSettings.zip" 660 "zip_path": "examples\/api\/contentSettings.zip"
662 }, 661 },
663 { 662 {
664 "api_calls": [ 663 "api_calls": [
665 "chrome.contextMenus.create" 664 "chrome.contextMenus.create"
666 ], 665 ],
667 "description": "Shows some of the features of the Context Menus API", 666 "description": "Shows some of the features of the Context Menus API",
668 "features": [ 667 "features": [
669 "background_page", 668 "background_page",
670 "contextMenus" 669 "contextMenus"
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 "source_files": [ 2037 "source_files": [
2039 "manifest.json", 2038 "manifest.json",
2040 "popup.html", 2039 "popup.html",
2041 "sample.css" 2040 "sample.css"
2042 ], 2041 ],
2043 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 2042 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
2044 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2043 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2045 } 2044 }
2046 ] 2045 ]
2047 } 2046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698