Pocket Count
Displays a count of unread Pocket items.
Was ist Pocket Count?
Pocket Count ist eine Chrome-Erweiterung, die von Sancho Pancho entwickelt wurde, und ihr Hauptmerkmal ist "Displays a count of unread Pocket items.".
Erweiterungsscreenshots
Pocket Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pocket 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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
| Offizielle URL | https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn |
| Beschreibung | Displays a count of unread Pocket items. |
| Dateigröße | 40.29 KB |
| Installationsanzahl | 462 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2014-06-18 |
| Veröffentlichungsdatum | 2014-06-18 |
| Bewertung | 3.43/5 Insgesamt 7 Bewertungen |
| Entwickler | Sancho Pancho |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |