QuickPin
Add the current tab to your Pinboard's Read Later
QuickPin क्या है?
QuickPin https://birchtree.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the current tab to your Pinboard's Read Later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuickPin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder. Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.
एक्सटेंशन की मूल जानकारी
नाम | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
आधिकारिक URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
विवरण | Add the current tab to your Pinboard's Read Later |
फ़ाइल का आकार | 33.69 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-02-19 |
प्रकाशन तिथि | 2016-02-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://birchtree.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://birchtree.me/blog/quickpin-chrome/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickPin", "short_name": "A fast, simple extension to save to Pinboard", "description": "Add the current tab to your Pinboard's Read Later", "version": "1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ] } |