Mendeley Web Importer

Fast, convenient import of references and PDFs to your Mendeley Reference Manager library.

什么是Mendeley Web Importer?

Mendeley Web Importer是由https://www.mendeley.com开发的Chrome扩展程序,该扩展的主要功能是“Fast, convenient import of references and PDFs to your Mendeley Reference Manager library.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mendeley Web Importer扩展crx文件

下载Mendeley Web Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When viewing an article or a list of references in the browser, click the Mendeley Web Importer icon in the toolbar.  The extension will analyse the page and retrieve metadata like title, authors, etc. and PDF full texts (where available) for you to add to your Mendeley library.

Get a Mendeley account at https://www.mendeley.com/ where you can save, read and cite the articles you import with the extension.  You will also receive 2GB of free storage space.                    

扩展基本信息

名称 Mendeley Web Importer Mendeley Web Importer
ID dagcmkpagjlhakfdhnbomgmjdpkdklff
官方URL https://chromewebstore.google.com/detail/mendeley-web-importer/dagcmkpagjlhakfdhnbomgmjdpkdklff
简介 Fast, convenient import of references and PDFs to your Mendeley Reference Manager library.
文件大小 2.06 MB
安装次数 2,799,204
当前版本 3.2.88
更新时间 2023-10-10
上架时间 2020-06-30
评分 2.45/5 共2368次评分
开发者 https://www.mendeley.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mendeley.com/release-notes-web-importer
帮助页面URL https://service.elsevier.com/app/home/supporthub/mendeley/
隐私政策页面URL https://www.elsevier.com/legal/privacy-policy
支持的语言 id,de,en,en-GB,fr,nl,no,tr,ca,et,es,es-419,it,hu,pl,pt-BR,sv,el,ru,uk,hi,te,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mendeley Web Importer",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "action": {
        "default_icon": "assets\/logo48.png",
        "default_title": "Mendeley Web Importer"
    },
    "permissions": [
        "notifications",
        "scripting",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+L"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "incognito": "split",
    "version": "3.2.88",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "enhanced-reader.html",
                "reader.js",
                "reader-style.js",
                "fonts\/NexusSansWebPro-Bold.*",
                "fonts\/NexusSansWebPro-Regular.*",
                "assets\/logoTransparent.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}