Open In Papers
A quick short cut to load a PDF document or web resource into your Papers library.
Wat is Open In Papers?
Open In Papers is een Chrome-extensie ontwikkeld door Max Nanis, en de belangrijkste functie is "A quick short cut to load a PDF document or web resource into your Papers library.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open In Papers
Download Open In Papers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | |
ID | alcjaongigldhgeocjdgdlmlccjgmfgf |
Officiële URL | https://chrome.google.com/webstore/detail/open-in-papers/alcjaongigldhgeocjdgdlmlccjgmfgf |
Beschrijving | A quick short cut to load a PDF document or web resource into your Papers library. |
Bestandsgrootte | 42.87 KB |
Aantal Installaties | 4,447 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-10-13 |
Publicatiedatum | 2013-10-13 |
Beoordeling | 2.88/5 Totaal 65 Beoordelingen |
Ontwikkelaar | Max Nanis |
Betalingswijze | free |
Extensiewebsite | http://maxnanis.com |
Help Pagina-URL | http://support.mekentosj.com/ |
Ondersteunde Talen | 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" } } |