Open In Papers

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

Was ist Open In Papers?

Open In Papers ist eine Chrome-Erweiterung, die von Max Nanis entwickelt wurde, und ihr Hauptmerkmal ist "A quick short cut to load a PDF document or web resource into your Papers library.".

Erweiterungsscreenshots

screenshot
screenshot

Open In Papers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open In Papers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.)                    

Grundlegende Informationen zur Erweiterung

Name Open In Papers Open In Papers
ID alcjaongigldhgeocjdgdlmlccjgmfgf
Offizielle URL https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf
Beschreibung A quick short cut to load a PDF document or web resource into your Papers library.
Dateigröße 42.87 KB
Installationsanzahl 4,447
Aktuelle Version 1.2
Letztes Update 2013-10-13
Veröffentlichungsdatum 2013-10-13
Bewertung 2.88/5 Insgesamt 65 Bewertungen
Entwickler Max Nanis
Zahlungsart free
Erweiterungswebsite http://maxnanis.com
Hilfeseite URL http://support.mekentosj.com/
Unterstützte Sprachen 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"
    }
}