Instapaper count
Adds an icon showing your Instapaper unread item count.
Was ist Instapaper count?
Instapaper count ist eine Chrome-Erweiterung, die von https://eduardo.noeda.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds an icon showing your Instapaper unread item count.".
Erweiterungsscreenshots
Instapaper count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instapaper count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Instapaper count |
ID | oadfoocehndapcgpcbjngnnfonkilhjb |
Offizielle URL | https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb |
Beschreibung | Adds an icon showing your Instapaper unread item count. |
Dateigröße | 11.15 KB |
Installationsanzahl | 72 |
Aktuelle Version | 1.4 |
Letztes Update | 2014-10-30 |
Veröffentlichungsdatum | 2014-10-30 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://eduardo.noeda.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |