Pocket - Article Reading Time

Displays the estimated time it will take to read an article.

Pocket - Article Reading Timeคืออะไร?

Pocket - Article Reading Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joseph Muia และคุณลักษณะหลักของมันคือ "Displays the estimated time it will take to read an article."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pocket - Article Reading Time

ดาวน์โหลดไฟล์ส่วนขยาย Pocket - Article Reading Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
คำอธิบาย Displays the estimated time it will take to read an article.
ขนาดไฟล์ 17.2 KB
จำนวนการติดตั้ง 604
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-08-26
วันที่เผยแพร่ 2014-08-26
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Joseph Muia
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket - Article Reading Time",
    "description": "Displays the estimated time it will take to read an article.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.getpocket.com\/a\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}