Mendeley Web Importer

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

Mendeley Web Importerคืออะไร?

Mendeley Web Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mendeley.com และคุณลักษณะหลักของมันคือ "Fast, convenient import of references and PDFs to your Mendeley Reference Manager library."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mendeley Web Importer

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}