Open In Papers

A quick short cut to load a PDF document or web resource into your Papers library.

什麼是Open In Papers?

Open In Papers是由Max Nanis開發的Chrome擴展程式,該擴展的主要功能是“A quick short cut to load a PDF document or web resource into your Papers library.”。

擴展截圖

screenshot
screenshot

下載Open In Papers擴展crx文件

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

擴展使用說明

                        Papers is an application that lets you view, browse, and search your articles and PDF documents in an iTunes-style interface. The Open in Papers extension adds a handy toolbar button to Chrome so you can open the current web page in Papers. It acts as a replacement for the Papers bookmarklet.

Papers is an article organizer created by mekentosj. It can be found here: http://mekentosj.com/papers/

(If you're interested in more apps like this, you can follow me @x0xMaximus.)                    

擴展基本資訊

名稱 Open In Papers Open In Papers
ID alcjaongigldhgeocjdgdlmlccjgmfgf
官方網址 https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf
簡介 A quick short cut to load a PDF document or web resource into your Papers library.
檔案大小 42.87 KB
安裝次數 4,447
目前版本 1.2
更新時間 2013-10-13
上架時間 2013-10-13
評分 2.88/5 共 65 次評分
開發者 Max Nanis
付費類型 free
擴展官網 http://maxnanis.com
說明頁面URL http://support.mekentosj.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Papers",
    "description": "A quick short cut to load a PDF document or web resource into your Papers library.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Open in Papers",
        "default_icon": "images\/icon_16.png"
    }
}