Open In Papers
A quick short cut to load a PDF document or web resource into your Papers library.
What is Open In Papers?
Open In Papers is a Chrome extension developed by Max Nanis, and its main feature is "A quick short cut to load a PDF document or web resource into your Papers library.".
Extension Screenshots
Download Open In Papers Extension CRX File
Download Open In Papers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | |
ID | alcjaongigldhgeocjdgdlmlccjgmfgf |
Official URL | 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. |
File Size | 42.87 KB |
Installation Count | 4,447 |
Current Version | 1.2 |
Last Updated | 2013-10-13 |
Publish Date | 2013-10-13 |
Rating | 2.88/5 Total 65 Ratings |
Developer | Max Nanis |
Payment Type | free |
Extension Website | http://maxnanis.com |
Help Page URL | http://support.mekentosj.com/ |
Supported Languages | 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" } } |