Open In Papers

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

Qu'est-ce que Open In Papers ?

Open In Papers est une extension Chrome développée par Max Nanis, et sa fonction principale est "A quick short cut to load a PDF document or web resource into your Papers library.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Open In Papers

Téléchargez les fichiers d'extension Open In Papers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Open In Papers Open In Papers
ID alcjaongigldhgeocjdgdlmlccjgmfgf
URL Officiel https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf
Description A quick short cut to load a PDF document or web resource into your Papers library.
Taille du Fichier 42.87 KB
Nombre d'Installations 4,447
Version Actuelle 1.2
Dernière Mise à Jour 2013-10-13
Date de Publication 2013-10-13
Évaluation 2.88/5 Total 65 Évaluations
Développeur Max Nanis
Type de Paiement free
Site Web de l'Extension http://maxnanis.com
URL de la Page d'Aide http://support.mekentosj.com/
Langues Prises en Charge 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"
    }
}