Instapaper count

Adds an icon showing your Instapaper unread item count.

Instapaper countคืออะไร?

Instapaper count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eduardo.noeda.com และคุณลักษณะหลักของมันคือ "Adds an icon showing your Instapaper unread item count."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instapaper count

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}