Instapaper count

Adds an icon showing your Instapaper unread item count.

Apa itu Instapaper count?

Instapaper count adalah ekstensi Chrome yang dikembangkan oleh https://eduardo.noeda.com, dan fitur utamanya adalah "Adds an icon showing your Instapaper unread item count.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Instapaper count

Unduh file ekstensi Instapaper 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

                        MOTIVATION
As you probably know, Instapaper does not show any badge or count of the unread items in your account. It's done on purpose and I'm aware of it, but I prefer to be reminded that I have something pending in order to remember to go read it.

So this plugin adds a button in the toolbar which shows the Instapaper unread item count.

FIRST USE
If you are not logged in to Instapaper, the icon shows an exclamation mark. Click on the button and it will open the Instapaper page so you can log in. After that, it will always be able to retrieve the count (you can close the Instapaper tab whenever you want, the plugin doesn't need it to work).

Comments are welcome.                    

Informasi Dasar Ekstensi

Nama Instapaper count Instapaper count
ID oadfoocehndapcgpcbjngnnfonkilhjb
URL Resmi https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb
Deskripsi Adds an icon showing your Instapaper unread item count.
Ukuran File 11.15 KB
Jumlah Instalasi 72
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-10-30
Tanggal Publikasi 2014-10-30
Penilaian 4.33/5 Total 3 Penilaian
Pengembang https://eduardo.noeda.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instapaper count",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Adds an icon showing your Instapaper unread item count.",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Click to count your Instapaper items"
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "instapapercount.js"
        ]
    },
    "permissions": [
        "https:\/\/www.instapaper.com\/*"
    ]
}