Instapaper count

Adds an icon showing your Instapaper unread item count.

什麼是Instapaper count?

Instapaper count是由https://eduardo.noeda.com開發的Chrome擴展程式,該擴展的主要功能是“Adds an icon showing your Instapaper unread item count.”。

擴展截圖

screenshot

下載Instapaper count擴展crx文件

下載Instapaper count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Instapaper count Instapaper count
ID oadfoocehndapcgpcbjngnnfonkilhjb
官方網址 https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb
簡介 Adds an icon showing your Instapaper unread item count.
檔案大小 11.15 KB
安裝次數 72
目前版本 1.4
更新時間 2014-10-30
上架時間 2014-10-30
評分 4.33/5 共 3 次評分
開發者 https://eduardo.noeda.com
付費類型 free
支援的語言 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\/*"
    ]
}