Instapaper count
Adds an icon showing your Instapaper unread item count.
Τι είναι το Instapaper count;
Το Instapaper count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://eduardo.noeda.com, και η κύρια λειτουργία του είναι "Adds an icon showing your Instapaper unread item count.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instapaper count
Λήψη αρχείων επέκτασης Instapaper count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |