NoteExpress网络捕手

从Chrome浏览器一键保存文献到NoteExpress!NoteExpress帮助您高效地收集、管理、分析和引用文献……

What is NoteExpress网络捕手?

NoteExpress网络捕手 is a Chrome extension developed by 北京爱琴海乐之技术有限公司, and its main feature is "从Chrome浏览器一键保存文献到NoteExpress!NoteExpress帮助您高效地收集、管理、分析和引用文献……".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download NoteExpress网络捕手 Extension CRX File

Download NoteExpress网络捕手 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

                        从浏览器保存文献到NoteExpress!帮助您快速地收集文献……
需要配合NoteExpress使用,仅支持Windows系统……                    

Extension Basic Information

Name NoteExpress网络捕手 NoteExpress网络捕手
ID ljbhddngkkppbbkknjldoikonnolgafd
Official URL https://chromewebstore.google.com/detail/noteexpress%E7%BD%91%E7%BB%9C%E6%8D%95%E6%89%8B/ljbhddngkkppbbkknjldoikonnolgafd
Description 从Chrome浏览器一键保存文献到NoteExpress!NoteExpress帮助您高效地收集、管理、分析和引用文献……
File Size 230 KB
Installation Count 30,000
Current Version 1.1.9
Last Updated 2023-11-02
Publish Date 2019-03-13
Rating 3.21/5 Total 34 Ratings
Developer 北京爱琴海乐之技术有限公司
Email [email protected]
Payment Type free
Extension Website http://www.inoteexpress.com/aegean/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoteExpress\u7f51\u7edc\u6355\u624b",
    "version": "1.1.9",
    "description": "\u4eceChrome\u6d4f\u89c8\u5668\u4e00\u952e\u4fdd\u5b58\u6587\u732e\u5230NoteExpress\uff01NoteExpress\u5e2e\u52a9\u60a8\u9ad8\u6548\u5730\u6536\u96c6\u3001\u7ba1\u7406\u3001\u5206\u6790\u548c\u5f15\u7528\u6587\u732e\u2026\u2026",
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "256": "images\/icon.png"
    },
    "action": {
        "default_icon": {
            "256": "images\/icon.png"
        }
    },
    "author": "[email protected]",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/receive.js"
            ],
            "css": [
                "css\/pluginOfNE.css"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "images\/*.png",
                "images\/*.gif",
                "js\/page\/*.js",
                "js\/list\/*.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}