@@ -1 +1,7 @@
-console.log('123 world content todo something~')
+console.log('123 world content todo something~')
+
+let iframe = document.createElement('iframe')
+iframe.src = chrome.runtime.getURL('/iframe/test.html')
+document.body.appendChild(iframe)
@@ -19,5 +19,16 @@
]
}
],
- "options_page": "options.html"
+ "options_page": "options.html",
+ "web_accessible_resources": [
+ {
+ "resources": [
+ "/iframe/test.html"
+ ],
+ "matches": [
+ "<all_urls>"
+ ]
+ }
@@ -9,7 +9,7 @@ export default {
name: 'optionsView',
data () {
return {
- msg: 'options'
+ msg: 'options123'
+ msg: 'iframe12'