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": "\u4e00\u952e\u590d\u5236csdn\u4ee3\u7801",
"version": "1.7",
"description": "\u65e0\u9700\u767b\u5f55\u4e00\u952e\u590d\u5236csdn\u4ee3\u7801\u3002\u652f\u6301\u9009\u4e2d\u4ee3\u7801\uff0c\u6216\u8005\u4ee3\u7801\u53f3\u4e0a\u89d2\u6309\u94ae\u7684\u4e00\u952e\u590d\u5236\uff1b\u89e3\u9664\u5173\u6ce8\u535a\u4e3b\u5373\u53ef\u9605\u8bfb\u5168\u6587\u63d0\u793a\uff1b\u53bb\u9664\u767b\u9646\u5f39\u7a97\u3002",
"author": "openHacking",
"homepage_url": "https:\/\/lwebapp.com\/",
"permissions": [
"storage"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/blog.csdn.net\/*"
],
"js": [
"content-script.js"
],
"css": [
"custom.css"
],
"run_at": "document_end"
}
],
"omnibox": {
"keyword": "copy"
},
"background": {
"service_worker": "background.js"
}
}