Change to work within iframe

This commit is contained in:
sienori 2018-06-03 02:12:12 +09:00
parent 18520c7d63
commit e4f69c1191

View file

@ -48,6 +48,7 @@
"content_scripts": [ "content_scripts": [
{ {
"all_frames":true,
"matches": ["http://*/*", "https://*/*", "<all_urls>"], "matches": ["http://*/*", "https://*/*", "<all_urls>"],
"css": ["simple-translate.css"], "css": ["simple-translate.css"],
"js": ["Settings.js", "Translate.js", "simple-translate.js"] "js": ["Settings.js", "Translate.js", "simple-translate.js"]