Instapaper count

Adds an icon showing your Instapaper unread item count.

Instapaper count là gì?

Instapaper count là một tiện ích mở rộng Chrome được phát triển bởi https://eduardo.noeda.com, và tính năng chính của nó là "Adds an icon showing your Instapaper unread item count.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instapaper count

Tải xuống các tệp mở rộng Instapaper count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instapaper count Instapaper count
ID oadfoocehndapcgpcbjngnnfonkilhjb
URL Chính Thức https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb
Mô tả Adds an icon showing your Instapaper unread item count.
Kích Thước Tệp 11.15 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-10-30
Ngày Phát Hành 2014-10-30
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://eduardo.noeda.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}