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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast, convenient import of references and PDFs to your Mendeley Reference Manager library."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mendeley Web Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}