Pocket Count
Displays a count of unread Pocket items.
Wat is Pocket Count?
Pocket Count is een Chrome-extensie ontwikkeld door Sancho Pancho, en de belangrijkste functie is "Displays a count of unread Pocket items.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pocket Count
Download Pocket Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pocket Count displays the count of your unread Pocket items. I find this useful because usually I add items to Pocket while I'm on-the-go, from my phone. When I get back to my desk I like a little reminder that there is something for me to read in Pocket. (Because I'm very forgetful.) I hope you find Pocket Count as useful as I do!
Basisinformatie over de Extensie
Naam | |
ID | eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
Officiële URL | https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
Beschrijving | Displays a count of unread Pocket items. |
Bestandsgrootte | 40.29 KB |
Aantal Installaties | 462 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-06-18 |
Publicatiedatum | 2014-06-18 |
Beoordeling | 3.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Sancho Pancho |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket Count", "description": "Displays a count of unread Pocket items.", "version": "0.2", "permissions": [ "https:\/\/getpocket.com\/*", "identity", "storage", "alarms", "tabs", "contextMenus" ], "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ] }, "icons": { "16": "icon-16x16.png" }, "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "menu.html" } } |