Pocket Counter
Shows number of items in the Pocket's My List.
Cos'è Pocket Counter?
Pocket Counter è un'estensione di Chrome sviluppata da vitdotonline, e la sua funzione principale è "Shows number of items in the Pocket's My List.".
Scarica il file CRX dell'estensione Pocket Counter
Scarica i file di estensione Pocket Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | cfninoieaamoeblheicgbpambhoadgmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/pocket-counter/cfninoieaamoeblheicgbpambhoadgmj |
| Descrizione | Shows number of items in the Pocket's My List. |
| Dimensione del File | 7.63 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2016-05-03 |
| Data di Pubblicazione | 2016-05-03 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | vitdotonline |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pocket Counter",
"description": "Shows number of items in the Pocket's My List.",
"version": "1",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Show Counter",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/getpocket.com\/"
],
"web_accessible_resources": [
"auth.html"
],
"manifest_version": 2
} | |