Instapaper count
Adds an icon showing your Instapaper unread item count.
Instapaper count क्या है?
Instapaper count https://eduardo.noeda.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an icon showing your Instapaper unread item count."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instapaper count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MOTIVATION As you probably know, Instapaper does not show any badge or count of the unread items in your account. It's done on purpose and I'm aware of it, but I prefer to be reminded that I have something pending in order to remember to go read it. So this plugin adds a button in the toolbar which shows the Instapaper unread item count. FIRST USE If you are not logged in to Instapaper, the icon shows an exclamation mark. Click on the button and it will open the Instapaper page so you can log in. After that, it will always be able to retrieve the count (you can close the Instapaper tab whenever you want, the plugin doesn't need it to work). Comments are welcome.
एक्सटेंशन की मूल जानकारी
नाम | Instapaper count |
ID | oadfoocehndapcgpcbjngnnfonkilhjb |
आधिकारिक URL | https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb |
विवरण | Adds an icon showing your Instapaper unread item count. |
फ़ाइल का आकार | 11.15 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2014-10-30 |
प्रकाशन तिथि | 2014-10-30 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://eduardo.noeda.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instapaper count", "version": "1.4", "manifest_version": 2, "description": "Adds an icon showing your Instapaper unread item count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your Instapaper items" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "instapapercount.js" ] }, "permissions": [ "https:\/\/www.instapaper.com\/*" ] } |