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": "\u77e5\u4e4e\u53bb\u9664\u767b\u9646\u5f39\u7a97",
"version": "1.2",
"description": "\u5173\u95ed\u77e5\u4e4e\u7684\u63d0\u793a\u767b\u9646\u5f39\u51fa\u7a97\u53e3",
"author": "openHacking",
"homepage_url": "https:\/\/lwebapp.com\/",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.zhihu.com\/*"
],
"js": [
"content-script.js"
],
"css": [
"custom.css"
],
"run_at": "document_start"
}
],
"omnibox": {
"keyword": "copy"
},
"background": {
"service_worker": "background.js"
}
}