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
{
"name": "棵岩阅读",
"description": "棵岩阅读",
"version": "0.0.13",
"manifest_version": 3,
"background": {
"service_worker": "js/background.js"
},
"permissions": [
"downloads"
],
"action": {
"default_title": "棵岩阅读",
"default_icon": {
"16": "/images/16.png",
"32": "/images/32.png",
"48": "/images/48.png",
"128": "/images/128.png"
}
},
"icons": {
"16": "/images/16.png",
"32": "/images/32.png",
"48": "/images/48.png",
"128": "/images/128.png"
},
"options_page": "options.html",
"homepage_url": "https://www.keyanyuedu.com",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/vendor.js",
"js/content.js"
],
"css": [
"css/moker_button.css"
],
"run_at": "document_end"
},
{
"matches": [
"file:///*.pdf"
],
"js": [
"js/file.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://scholar.google.com/scholar*",
"https://scholar.google.com.hk/scholar*",
"https://scholar.google.com.tw/scholar*",
"https://scholar.google.co.uk/scholar*",
"https://scholar.google.co.jp/scholar*",
"https://xs.dailyheadlines.cc/*",
"https://scholar.lanfanshu.cn/*",
"https://xueshu.dailyheadlines.cc/*",
"https://xs2.dailyheadlines.cc/*",
"https://xueshu.dailyheadlines.cc//*",
"https://sc.panda321.com/scholar*"
],
"js": [
"js/google_scholar.js"
],
"css": [
"css/google_scholar.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"keyan_index.html",
"css/*",
"js/i*",
"images/*"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}