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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "边写边搜",
"manifest_version": 3,
"version": "1.1.8",
"description": "边写边搜 写得更快更清晰",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/js/popup.js",
"/js/jquery-2.1.4.min.js",
"/js/web-highlighter.min.js",
"/js/high_light_word.js",
"/js/extract_pdf.js"
],
"css": [
"/css/highlight.css",
"/css/popup.css"
],
"all_frames": true
}
],
"permissions": [
"storage",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"action": {
"default_title": "边写边搜",
"default_icon": "icons/logo.png"
},
"icons": {
"16": "icons/logo.png",
"48": "icons/logo.png",
"128": "icons/logo.png"
},
"externally_connectable": {
"matches": [
"*://searchpluginchrome.fir.ai/*"
]
},
"web_accessible_resources": [
{
"resources": [
"/icons/highlighter.svg",
"/icons/chat.svg",
"/icons/delete.svg",
"/icons/sign.svg",
"/icons/del.svg",
"/css/popup.css"
],
"matches": [
"<all_urls>"
]
}
]
}