Pocket Count

Displays a count of unread Pocket items.

Vad är Pocket Count?

Pocket Count är en Chrome-tillägg utvecklad av Sancho Pancho, och dess huvudfunktion är "Displays a count of unread Pocket items.".

Tilläggsskärmbilder

screenshot

Ladda ner Pocket Count-förlängningens CRX-fil

Ladda ner Pocket Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Pocket Count Pocket Count
ID eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Officiell webbadress https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Beskrivning Displays a count of unread Pocket items.
Filstorlek 40.29 KB
Antal Installationer 462
Aktuell Version 0.2
Senast Uppdaterad 2014-06-18
Publiceringsdatum 2014-06-18
Betyg 3.43/5 Totalt 7 Betyg
Utvecklare Sancho Pancho
Betalningssätt free
Stödda Språk 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"
    }
}