Change to work within iframe
This commit is contained in:
parent
18520c7d63
commit
e4f69c1191
|
@ -48,6 +48,7 @@
|
|||
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames":true,
|
||||
"matches": ["http://*/*", "https://*/*", "<all_urls>"],
|
||||
"css": ["simple-translate.css"],
|
||||
"js": ["Settings.js", "Translate.js", "simple-translate.js"]
|
||||
|
|
Loading…
Reference in a new issue