Inspect and view changes in ReadTick - 汇集读书笔记,构建知识体系 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
{
"manifest_version": 3,
"name": "ReadTick - 汇集读书笔记,构建知识体系",
"description": "从外部读书软件ä¸å¯¼å…¥ç¬”记,集ä¸ç»„织与回顾,帮您将碎片化的笔记转化为完整的知识体系ï¼",
"version": "0.1.1",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png",
"256": "icon/256.png"
},
"homepage_url": "https://readtick.com/",
"action": {},
"web_accessible_resources": [],
"commands": {
"toggle-panel": {
"description": "Toggle the ReadTick sidepanel",
"suggested_key": {
"default": "Alt+A"
}
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://weread.qq.com/*"
],
"run_at": "document_end",
"css": [
"content-scripts/content.css"
],
"js": [
"content-scripts/content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}