Inspect and view changes in RunJS - 从任意站点轻松收藏UI组件 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": "一键从任æ„网站获å–ç»è¿‡é‡æž„çš„html/css,支æŒèŽ·å–整个网页和部分组件。",
"version": "1.2.1",
"manifest_version": 3,
"name": "RunJS - 从任æ„站点轻æ¾æ”¶è—UI组件",
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"contentScript.css"
],
"run_at": "document_start"
}
],
"devtools_page": "devtools.html",
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
{
"resources": [
"contentScript.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}