Pocket Count

Displays a count of unread Pocket items.

Co to jest Pocket Count?

Pocket Count to rozszerzenie Chrome opracowane przez Sancho Pancho, a jego główną funkcją jest „Displays a count of unread Pocket items.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pocket Count

Pobierz pliki rozszerzeń Pocket Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pocket Count Pocket Count
ID eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Oficjalny URL https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Opis Displays a count of unread Pocket items.
Rozmiar pliku 40.29 KB
Liczba instalacji 462
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-06-18
Data Publikacji 2014-06-18
Ocena 3.43/5 Łącznie 7 Oceny
Deweloper Sancho Pancho
Typ Płatności free
Obsługiwane Języki 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"
    }
}