Inspect and view changes in beautifyZhihu 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
{
"name": "beautifyZhihu",
"version": "0.0.1",
"manifest_version": 2,
"description": "Beautify website card reading ui to improve user experience",
"icons": {
"16": "image/icon.png",
"48": "image/icon.png",
"128": "image/icon.png"
},
"browser_action": {
"default_title": "beautifyZhihu",
"default_icon": "image/icon.png",
"default_popup": "html/test.html"
},
"content_scripts": [
{
"js": [
"script/jquery-3.5.1.js",
"script/know.js"
],
"matches": [
"https://www.zhihu.com/*"
],
"run_at": "document_start"
}
],
"permissions": [],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}