我可以就如何把我的神学展期表2升至v3而接头。
Iecked https://developer.chrome.com/extensions/migating_to_mani.4/1999/_v3 但它没有谈论这一宣言。 json
我在此明确表明需要改变的任何想法:
{
"manifest_version": 2,
"name": "My Extension",
"version": "1.0.0",
"short_name": "Ex",
"author": "User",
"description": "cool chrome ex",
"browser_action": {
"default_title": "ex",
"default_icon": "img/logo.png"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"js/background.js"
]
},
"permissions": [
"tabs",
"background",
"storage"
],
"icons": {
"128": "img/logo128.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://conferfly.com/*",
"https://meet.google.com/*",
"https://teams.microsoft.com/*",
"https://*.zoom.us/*"
],
"js": [
"js/main.js",
"js/injected.js"
],
"css": [
"css/main.css"
]
}
],
"web_accessible_resources": [
"js/options.js",
"js/main.js",
"js/injected.js"
],
"content_security_policy": "script-src self unsafe-eval ; object-src self "
}
事先感谢你
http://conferfly.com“rel=“nofollow noretinger”>conferfly。 延期