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
{
"manifest_version": 3,
"name": "çŸ¥ç½‘ç ”å¦æ–‡çŒ®é‡‡é›†åŠ©æ‰‹",
"version": "3.1.5",
"description": "一键ä¿å˜ç½‘页内容以åŠå›½å†…外常用数æ®åº“的题录信æ¯åˆ°çŸ¥ç½‘ç ”å¦ï¼Œäº‘端å˜å‚¨ï¼Œå¤šç«¯åŒæ¥ã€‚",
"homepage_url": "https://x.cnki.net/search/common/html/database.html",
"action": {
"default_icon": "icons/icons_38.png",
"default_title": "çŸ¥ç½‘ç ”å¦æ–‡çŒ®é‡‡é›†åŠ©æ‰‹"
},
"icons": {
"48": "icons/icons_48.png",
"128": "icons/icons_128.png"
},
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css/main.css"
],
"js": [
"js/content/es_content.js",
"js/lib/jquery-3.6.0.min.js",
"js/lib/jquery.base64.min.js",
"js/lib/utf8.js",
"js/lib/iconfont.js",
"js/content/es_listen.js",
"js/content/es_dom.js",
"js/content/es_webPageContent.js",
"js/content/es_parser.js",
"js/export/EndnoteParse.js",
"js/export/RisParse.js",
"js/export/NbibPares.js"
]
}
],
"permissions": [
"activeTab",
"cookies",
"storage",
"contextMenus",
"notifications",
"downloads"
],
"host_permissions": [
"*://*.cnki.net/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}