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

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

Issue 7029031: Content settings extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 9 years, 6 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.O NUPDATED", 531 "search_string": "CLD DISPLAYS THE LANGUAGE OF A TAB BACKGROUND_PAGE BROWS ER_ACTION TABS CHROME.BROWSERACTION.SETBADGETEXT CHROME.TABS.DETECTLANGUAGE CHRO ME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.O NUPDATED",
532 "source_files": [ 532 "source_files": [
533 "background.html", 533 "background.html",
534 "manifest.json" 534 "manifest.json"
535 ], 535 ],
536 "source_hash": "913694d89e0b081f1ea5ad6f07b60b0141e82394", 536 "source_hash": "913694d89e0b081f1ea5ad6f07b60b0141e82394",
537 "zip_path": "examples\/api\/i18n\/cld.zip" 537 "zip_path": "examples\/api\/i18n\/cld.zip"
538 }, 538 },
539 { 539 {
540 "api_calls": [ 540 "api_calls": [
541 "chrome.tabs.get",
542 "chrome.tabs.getSelected"
543 ],
544 "description": "Shows the content settings for the current site.",
545 "features": [
546 "browser_action",
547 "contentSettings",
548 "experimental",
549 "popup",
550 "tabs"
551 ],
552 "icon": null,
553 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
554 "name": "Content settings",
555 "path": "examples\/api\/contentSettings\/",
556 "protocols": [],
557 "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",
558 "source_files": [
559 "manifest.json",
560 "popup.html"
561 ],
562 "source_hash": "342c447b76b44c7a4ae856ed1bbea419970ef99e",
563 "zip_path": "examples\/api\/contentSettings.zip"
564 },
565 {
566 "api_calls": [
541 "chrome.contextMenus.create" 567 "chrome.contextMenus.create"
542 ], 568 ],
543 "description": "Shows some of the features of the Context Menus API", 569 "description": "Shows some of the features of the Context Menus API",
544 "features": [ 570 "features": [
545 "background_page", 571 "background_page",
546 "contextMenus" 572 "contextMenus"
547 ], 573 ],
548 "icon": null, 574 "icon": null,
549 "id": "5d81304a17cf7ac2887484f730fbd2b01e51e166", 575 "id": "5d81304a17cf7ac2887484f730fbd2b01e51e166",
550 "name": "Context Menus Sample", 576 "name": "Context Menus Sample",
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 "source_files": [ 1849 "source_files": [
1824 "manifest.json", 1850 "manifest.json",
1825 "popup.html", 1851 "popup.html",
1826 "sample.css" 1852 "sample.css"
1827 ], 1853 ],
1828 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1854 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1829 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1855 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1830 } 1856 }
1831 ] 1857 ]
1832 } 1858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698