Direct Paper Importer

Import a PDF paper file from PDF viewer to your Mendeley Library directly.

Direct Paper Importer란 무엇입니까?

Direct Paper Importer은(는) fnhs653에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import a PDF paper file from PDF viewer to your Mendeley Library directly."입니다.

확장 프로그램 스크린샷

screenshot

Direct Paper Importer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When you are opening a PDF paper by the PDF viewer, you can import the paper to Mendeley Library directly.

Notes:
・If you use this extension, you have to register your Mendeley's account.
・It only works when you open a PDF file by PDF.js viewer or chrome's default pdf viewer. Other viewers are not confirmed.

References:
・pdf viewer (PDF.js)
https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm?hl=ja
・Mendeley
https://www.mendeley.com/

Update:
Jul. 18th, 2021: fixed authorization bugs.                    

확장 프로그램 기본 정보

이름 Direct Paper Importer Direct Paper Importer
ID npidohmmbejkcfpcheggofmfdbnlhngg
공식 URL https://chromewebstore.google.com/detail/direct-paper-importer/npidohmmbejkcfpcheggofmfdbnlhngg
설명 Import a PDF paper file from PDF viewer to your Mendeley Library directly.
파일 크기 93.92 KB
설치 횟수 1,354
현재 버전 1.1.2
최근 업데이트 2021-07-29
출시 날짜 2021-07-15
평점 4.50/5 총 2 개의 평점
개발자 fnhs653
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct Paper Importer",
    "action": {
        "default_title": "Direct Paper Importer",
        "default_popup": "popup.html"
    },
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Import a PDF paper file from PDF viewer to your Mendeley Library directly.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "author": "satumaimo_10",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkK3Xkko0Vd5pAE4ZMVdL8ofG2\/K5t4yqK5jiGtg4TBFHWNCs4mpKjXbro4czZS49FDNyf2EZY3uFVclVBpjnreRGxdkGlYMplVzt2eZAy\/CPn1nZCpuIkaEUmq92giRtsWepCKKdTSl0z507UTarITnKnquBDyLQ0wC0X9VWMAQW294dL1bp32hJzg2YvCJKOUPXTn5Wlud2x\/5\/EiL1reWacnv9rbTaNdiABvwXWzgG\/yRS2Lym0Se\/TbTa\/UKkTmXsn1VIfXAFAzpTxX5lBzsKKwMPyrToMY\/mLbalZeenIZnoZt5uJInYHDkPXWRxf3vk0IMr2rAFF4zH1U7dmQIDAQAB",
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}