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

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: sync & review 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/renderer/resources/event_bindings.js » ('j') | 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 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": "f53b10cf54302a91ee763af603d7c0a3ffe1461f",
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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 "jst\/jsevalcontext.js", 1490 "jst\/jsevalcontext.js",
1465 "jst\/jstemplate.js", 1491 "jst\/jstemplate.js",
1466 "jst\/jstemplate_test.js", 1492 "jst\/jstemplate_test.js",
1467 "jst\/util.js", 1493 "jst\/util.js",
1468 "manifest.json", 1494 "manifest.json",
1469 "options.html", 1495 "options.html",
1470 "script.js", 1496 "script.js",
1471 "util\/sorttable.js", 1497 "util\/sorttable.js",
1472 "util\/table2CSV.js" 1498 "util\/table2CSV.js"
1473 ], 1499 ],
1474 "source_hash": "7e592dbd3446353f7d98d1760f7cd773035aaaad", 1500 "source_hash": "67c8c6468fbc9c35433719bfbe9683f92c51248c",
1475 "zip_path": "examples\/extensions\/benchmark.zip" 1501 "zip_path": "examples\/extensions\/benchmark.zip"
1476 }, 1502 },
1477 { 1503 {
1478 "api_calls": [ 1504 "api_calls": [
1479 "chrome.browserAction.onClicked", 1505 "chrome.browserAction.onClicked",
1480 "chrome.tabs.update" 1506 "chrome.tabs.update"
1481 ], 1507 ],
1482 "description": "Adds a print button to the browser.", 1508 "description": "Adds a print button to the browser.",
1483 "features": [ 1509 "features": [
1484 "background_page", 1510 "background_page",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 "protocols": [ 1759 "protocols": [
1734 "http:\/\/" 1760 "http:\/\/"
1735 ], 1761 ],
1736 "search_string": "TEST SCREENSHOT EXTENSION DEMONSTRATE SCREENSHOT FUNCTIO NALITY IN THE CHROME.TABS API. NOTE: ONLY WORKS FOR CODE.GOOGLE.COM BACKGROUND_P AGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL C HROME.EXTENSION.GETVIEWS CHROME.TABS.CAPTUREVISIBLETAB CHROME.TABS.CREATE CHROME .TABS.ONUPDATED", 1762 "search_string": "TEST SCREENSHOT EXTENSION DEMONSTRATE SCREENSHOT FUNCTIO NALITY IN THE CHROME.TABS API. NOTE: ONLY WORKS FOR CODE.GOOGLE.COM BACKGROUND_P AGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL C HROME.EXTENSION.GETVIEWS CHROME.TABS.CAPTUREVISIBLETAB CHROME.TABS.CREATE CHROME .TABS.ONUPDATED",
1737 "source_files": [ 1763 "source_files": [
1738 "background.html", 1764 "background.html",
1739 "manifest.json", 1765 "manifest.json",
1740 "screenshot.html", 1766 "screenshot.html",
1741 "screenshot.js" 1767 "screenshot.js"
1742 ], 1768 ],
1743 "source_hash": "a822ee354314b8ff943ddf537e0cdff2e2fd36c9", 1769 "source_hash": "559684528065aa7782e802bfba6ebf3ec238d7cc",
1744 "zip_path": "examples\/api\/tabs\/screenshot.zip" 1770 "zip_path": "examples\/api\/tabs\/screenshot.zip"
1745 }, 1771 },
1746 { 1772 {
1747 "api_calls": [ 1773 "api_calls": [
1748 "chrome.history.getVisits", 1774 "chrome.history.getVisits",
1749 "chrome.history.search", 1775 "chrome.history.search",
1750 "chrome.tabs.create" 1776 "chrome.tabs.create"
1751 ], 1777 ],
1752 "description": "Reads your history, and shows the top ten pages you go to by typing the URL.", 1778 "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
1753 "features": [ 1779 "features": [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 "source_files": [ 1851 "source_files": [
1826 "manifest.json", 1852 "manifest.json",
1827 "popup.html", 1853 "popup.html",
1828 "sample.css" 1854 "sample.css"
1829 ], 1855 ],
1830 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1856 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1831 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1857 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1832 } 1858 }
1833 ] 1859 ]
1834 } 1860 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/renderer/resources/event_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698