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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 8916013: Added storage sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storage sample 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 41d07de33dc459f3e66c373a7fec297408d6e4c9..54a1c3bd7bd889dbf2175c1a50d0424e455faa1c 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -2139,6 +2139,37 @@
},
{
"api_calls": [
+ "chrome.extension.getURL",
+ "chrome.tabs.insertCSS"
+ ],
+ "crx_path": null,
+ "description": "Spruce up your pages with custom CSS.",
+ "features": [
+ "<all_urls>",
+ "browser_action",
+ "experimental",
+ "options_page",
+ "tabs"
+ ],
+ "icon": null,
+ "id": "24452253a5f1a93c2e8d63e55042005f8bc33606",
+ "name": "Stylizr",
+ "packaged_app": false,
+ "path": "examples\/api\/storage\/stylizr\/",
+ "protocols": [],
+ "search_string": "STYLIZR SPRUCE UP YOUR PAGES WITH CUSTOM CSS. <ALL_URLS> BROWSER_ACTION EXPERIMENTAL OPTIONS_PAGE TABS CHROME.EXTENSION.GETURL CHROME.TABS.INSERTCSS",
+ "source_files": [
+ "manifest.json",
+ "options.html",
+ "options.js",
+ "popup.html",
+ "popup.js"
+ ],
+ "source_hash": "fa67fae5afc20d9ad9b46a8d25037aabcb89630e",
+ "zip_path": "examples\/api\/storage\/stylizr.zip"
+ },
+ {
+ "api_calls": [
"chrome.browserAction.onClicked",
"chrome.extension.getURL",
"chrome.tabs.create",
« 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