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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}