Examine source code of 知网研学文献采集助手

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"
}