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文件

下載Direct Paper Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}