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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick short cut to load a PDF document or web resource into your Papers library."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In Papers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | alcjaongigldhgeocjdgdlmlccjgmfgf |
आधिकारिक URL | 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" } } |