知网研学文献采集助手

一键保存网页内容以及国内外常用数据库的题录信息到知网研学,云端存储,多端同步。

What is 知网研学文献采集助手?

知网研学文献采集助手 is a Chrome extension developed by https://x.cnki.net, and its main feature is "一键保存网页内容以及国内外常用数据库的题录信息到知网研学,云端存储,多端同步。".

Extension Screenshots

screenshot
screenshot

Download 知网研学文献采集助手 Extension CRX File

Download 知网研学文献采集助手 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

                        用户访问https://www.cnki.net 等网址,检索关键词后会展示出相关检索结果,用户安装了知网研学采集助手,可以方便用户将检索结果保存到研学平台用户指定的专题下,方便用户查看。用户需要到https://x.cnki.net/search,注册登录账号,并获取相应的使用权限(领取会员或付费等方式)。                    

Extension Basic Information

Name 知网研学文献采集助手 知网研学文献采集助手
ID djmdklmjaplimbindonmkjkaobpcknpb
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E7%BD%91%E7%A0%94%E5%AD%A6%E6%96%87%E7%8C%AE%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/djmdklmjaplimbindonmkjkaobpcknpb
Description 一键保存网页内容以及国内外常用数据库的题录信息到知网研学,云端存储,多端同步。
File Size 205 KB
Installation Count 10,441
Current Version 3.1.1
Last Updated 2023-01-10
Publish Date 2020-04-30
Rating 1.56/5 Total 9 Ratings
Developer https://x.cnki.net
Email [email protected]
Payment Type free
Extension Website https://x.cnki.net/search/Home
Help Page URL http://elib.cnki.net/Help/AssistDocument/x/html/main.htm
Privacy Policy Page URL https://x.cnki.net/search/common/agreement/privacyAgreement.html
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "\u77e5\u7f51\u7814\u5b66\u6587\u732e\u91c7\u96c6\u52a9\u624b",
    "version": "3.1.1",
    "description": "\u4e00\u952e\u4fdd\u5b58\u7f51\u9875\u5185\u5bb9\u4ee5\u53ca\u56fd\u5185\u5916\u5e38\u7528\u6570\u636e\u5e93\u7684\u9898\u5f55\u4fe1\u606f\u5230\u77e5\u7f51\u7814\u5b66\uff0c\u4e91\u7aef\u5b58\u50a8\uff0c\u591a\u7aef\u540c\u6b65\u3002",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/x.cnki.net\/search\/common\/html\/database.html",
    "action": {
        "default_icon": "icons\/icons_38.png",
        "default_title": "\u77e5\u7f51\u7814\u5b66\u6587\u732e\u91c7\u96c6\u52a9\u624b"
    },
    "icons": {
        "128": "icons\/icons_128.png",
        "48": "icons\/icons_48.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "scripting",
        "storage",
        "contextMenus",
        "notifications",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.cnki.net\/*"
    ]
}