Instapaper count
Adds an icon showing your Instapaper unread item count.
Qu'est-ce que Instapaper count ?
Instapaper count est une extension Chrome développée par https://eduardo.noeda.com, et sa fonction principale est "Adds an icon showing your Instapaper unread item count.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instapaper count
Téléchargez les fichiers d'extension Instapaper count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Instapaper count |
ID | oadfoocehndapcgpcbjngnnfonkilhjb |
URL Officiel | https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb |
Description | Adds an icon showing your Instapaper unread item count. |
Taille du Fichier | 11.15 KB |
Nombre d'Installations | 72 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-10-30 |
Date de Publication | 2014-10-30 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | https://eduardo.noeda.com |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |