Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HoverTabOfLink",
"description": "\u4e00\u6b3e\u73b0\u4ee3\u5316\u7684\u6d4f\u89c8\u5668\u94fe\u63a5\u9884\u89c8\u5de5\u5177\uff0c\u65e8\u5728\u901a\u8fc7\u63d0\u4f9b\u6d41\u7545\u3001\u9ad8\u6548\u3001\u53ef\u9ad8\u5ea6\u81ea\u5b9a\u4e49\u7684\u60ac\u6d6e\u7a97\u53e3\u9884\u89c8\u4f53\u9a8c",
"version": "1.0.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"sidePanel",
"storage",
"activeTab",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "dnr-rules",
"enabled": true,
"path": "dnr_rules.json"
}
]
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Open Sidepanel"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}