Pocket Count

Displays a count of unread Pocket items.

Cos'è Pocket Count?

Pocket Count è un'estensione di Chrome sviluppata da Sancho Pancho, e la sua funzione principale è "Displays a count of unread Pocket items.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pocket Count

Scarica i file di estensione Pocket Count 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Pocket Count Pocket Count
ID eaaaofnjpcodjnbnjeefjhkmdkjbiinn
URL Ufficiale https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Descrizione Displays a count of unread Pocket items.
Dimensione del File 40.29 KB
Conteggio Installazioni 462
Versione Corrente 0.2
Ultimo Aggiornamento 2014-06-18
Data di Pubblicazione 2014-06-18
Valutazione 3.43/5 Totale 7 Valutazioni
Sviluppatore Sancho Pancho
Tipo di Pagamento free
Lingue Supportate 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"
    }
}