Inspect and view changes in 鹰眼察 - 生意参谋指数转换工具 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "一款å°å·§çš„生æ„å‚谋指数转æ¢å·¥å…·ï¼Œç»“果精准,å¯å¯¼å‡ºè¡¨æ ¼ï¼Œæ°¸ä¹…å…费。",
"version": "4.5.0",
"manifest_version": 3,
"name": "鹰眼察 - 生æ„å‚谋指数转æ¢å·¥å…·",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"declarativeNetRequest",
"https://*/*",
"http://*/*"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"scriptbus.bundle.js",
"*.js"
],
"matches": [
"*://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}