Pocket Count

Displays a count of unread Pocket items.

Apa itu Pocket Count?

Pocket Count adalah ekstensi Chrome yang dikembangkan oleh Sancho Pancho, dan fitur utamanya adalah "Displays a count of unread Pocket items.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pocket Count

Unduh file ekstensi Pocket Count dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Pocket Count Pocket Count
ID eaaaofnjpcodjnbnjeefjhkmdkjbiinn
URL Resmi https://chrome.google.com/webstore/detail/pocket-count/eaaaofnjpcodjnbnjeefjhkmdkjbiinn
Deskripsi Displays a count of unread Pocket items.
Ukuran File 40.29 KB
Jumlah Instalasi 462
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-06-18
Tanggal Publikasi 2014-06-18
Penilaian 3.43/5 Total 7 Penilaian
Pengembang Sancho Pancho
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}