The sandwich is no longer a lie.

The sandwichbar sample extension now works on google.com. Confirmed that
the pageAction example, page_action_by_content, also works.

BUG=110213

Review URL: https://codereview.chromium.org/115873002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244045 0039d316-1c4b-4281-b951-d872f2087c98
parent d148a566
......@@ -13,7 +13,10 @@
},
"content_scripts" : [
{
"matches" : [ "http://*/*" ],
"matches" : [
"http://*/*",
"https://*/*"
],
"js" : [ "contentscript.js" ],
"run_at" : "document_idle",
"all_frames" : false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment