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

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

Issue 6793042: Add sample extension for preference access. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 8 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') | 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.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.import": "bookmarks.html#method-import", 9 "chrome.bookmarks.import": "bookmarks.html#method-import",
10 "chrome.bookmarks.move": "bookmarks.html#method-move", 10 "chrome.bookmarks.move": "bookmarks.html#method-move",
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "source_files": [ 592 "source_files": [
593 "background.html", 593 "background.html",
594 "content_script.js", 594 "content_script.js",
595 "manifest.json", 595 "manifest.json",
596 "options.html" 596 "options.html"
597 ], 597 ],
598 "source_hash": "54b5469031ddcb2097f39dbaae1bcd81ae650154", 598 "source_hash": "54b5469031ddcb2097f39dbaae1bcd81ae650154",
599 "zip_path": "examples/extensions/email_this_page.zip" 599 "zip_path": "examples/extensions/email_this_page.zip"
600 }, 600 },
601 { 601 {
602 "api_calls": [
603 "chrome.extension.isAllowedIncognitoAccess"
604 ],
605 "description": "Sample extension which demonstrates how to access a prefer ence.",
606 "features": [
607 "browser_action",
608 "contentSettings",
609 "experimental",
610 "popup"
611 ],
612 "icon": null,
613 "id": "0bf0930a32829dfb77170535ecb27adc2de3998a",
614 "name": "Enable/disable referrers API example extension",
615 "path": "examples/api/preferences/enableReferrer/",
616 "protocols": [],
617 "search_string": "ENABLE/DISABLE REFERRERS API EXAMPLE EXTENSION SAMPLE EX TENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSET TINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
618 "source_files": [
619 "manifest.json",
620 "popup.html"
621 ],
622 "source_hash": "df2a19be905672c2ced4e7108e05170175847d6b",
623 "zip_path": "examples/api/preferences/enableReferrer.zip"
624 },
625 {
602 "api_calls": [], 626 "api_calls": [],
603 "description": "A sample extension which uses Google Analytics to track us age.", 627 "description": "A sample extension which uses Google Analytics to track us age.",
604 "features": [ 628 "features": [
605 "background_page", 629 "background_page",
606 "browser_action", 630 "browser_action",
607 "popup" 631 "popup"
608 ], 632 ],
609 "icon": "analytics-extension-icon-128.png", 633 "icon": "analytics-extension-icon-128.png",
610 "id": "763a08e9b06595d785568a8d392b95a2f3700258", 634 "id": "763a08e9b06595d785568a8d392b95a2f3700258",
611 "name": "Event Tracking with Google Analytics", 635 "name": "Event Tracking with Google Analytics",
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 "source_files": [ 1734 "source_files": [
1711 "manifest.json", 1735 "manifest.json",
1712 "popup.html", 1736 "popup.html",
1713 "sample.css" 1737 "sample.css"
1714 ], 1738 ],
1715 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1739 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1716 "zip_path": "examples/api/extension/isAllowedAccess.zip" 1740 "zip_path": "examples/api/extension/isAllowedAccess.zip"
1717 } 1741 }
1718 ] 1742 ]
1719 } 1743 }
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