Mendeley Web Importer

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

Qu'est-ce que Mendeley Web Importer ?

Mendeley Web Importer est une extension Chrome développée par https://www.mendeley.com, et sa fonction principale est "Fast, convenient import of references and PDFs to your Mendeley Reference Manager library.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mendeley Web Importer

Téléchargez les fichiers d'extension Mendeley Web Importer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mendeley Web Importer Mendeley Web Importer
ID dagcmkpagjlhakfdhnbomgmjdpkdklff
URL Officiel https://chromewebstore.google.com/detail/mendeley-web-importer/dagcmkpagjlhakfdhnbomgmjdpkdklff
Description Fast, convenient import of references and PDFs to your Mendeley Reference Manager library.
Taille du Fichier 2.06 MB
Nombre d'Installations 2,799,204
Version Actuelle 3.2.88
Dernière Mise à Jour 2023-10-10
Date de Publication 2020-06-30
Évaluation 2.45/5 Total 2368 Évaluations
Développeur https://www.mendeley.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mendeley.com/release-notes-web-importer
URL de la Page d'Aide https://service.elsevier.com/app/home/supporthub/mendeley/
URL de la Page de Politique de Confidentialité https://www.elsevier.com/legal/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}