Pocket Count

Displays a count of unread Pocket items.

What is Pocket Count?

Pocket Count is a Chrome extension developed by Sancho Pancho, and its main feature is "Displays a count of unread Pocket items.".

Extension Screenshots

screenshot

Download Pocket Count Extension CRX File

Download Pocket Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Pocket Count Pocket Count
ID eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Official URL https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Description Displays a count of unread Pocket items.
File Size 40.29 KB
Installation Count 462
Current Version 0.2
Last Updated 2014-06-18
Publish Date 2014-06-18
Rating 3.43/5 Total 7 Ratings
Developer Sancho Pancho
Payment Type free
Supported Languages 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"
    }
}