cnki 科研助手

从cnki网站下载PDF格式的硕博论文,并且自动添加书签目录

What is cnki 科研助手?

cnki 科研助手 is a Chrome extension developed by cnki-assistant, and its main feature is "从cnki网站下载PDF格式的硕博论文,并且自动添加书签目录".

Extension Screenshots

screenshot
screenshot

Download cnki 科研助手 Extension CRX File

Download cnki 科研助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        默认从cnki网站下载PDF格式硕博论文而不是caj文件
给下载的PDF文件自动添加书签目录索引
自动预览下载好的硕博论文

download PDF format paper from cnki website instead of .caj file
auto add book/toc for PDF paper file
auto preview PDF file online                    

Extension Basic Information

Name cnki 科研助手 cnki 科研助手
ID negciknliikcmfcgegchjoemdmllgack
Official URL https://chromewebstore.google.com/detail/cnki-%E7%A7%91%E7%A0%94%E5%8A%A9%E6%89%8B/negciknliikcmfcgegchjoemdmllgack
Description 从cnki网站下载PDF格式的硕博论文,并且自动添加书签目录
File Size 3.9 MB
Installation Count 3,000
Current Version 1.0.3
Last Updated 2021-03-17
Publish Date 2021-01-20
Rating 4.33/5 Total 21 Ratings
Developer cnki-assistant
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "cnki \u79d1\u7814\u52a9\u624b",
    "version": "1.0.3",
    "description": "\u4ececnki\u7f51\u7ad9\u4e0b\u8f7dPDF\u683c\u5f0f\u7684\u7855\u535a\u8bba\u6587\uff0c\u5e76\u4e14\u81ea\u52a8\u6dfb\u52a0\u4e66\u7b7e\u76ee\u5f55",
    "permissions": [
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.cnki.net\/*",
        "*:\/\/nocaj.193193.xyz\/*"
    ],
    "background": {
        "scripts": [
            "pdf-lib.min.js",
            "axios.min.js",
            "bundle.min.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "download.html"
    ],
    "manifest_version": 2
}