Reading Time
Add a reading time indicator to Readability
Reading Timeคืออะไร?
Reading Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donnierayjones และคุณลักษณะหลักของมันคือ "Add a reading time indicator to Readability"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reading Time
ดาวน์โหลดไฟล์ส่วนขยาย Reading Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Today's blog posts are too long. See just how too long they are with this Google Chrome extension. Decide within seconds if you don't have enough minutes (or hours?) to read an article. Issues or feature requests? Find me on twitter: @donnierayjones. Full changelog available on github: https://github.com/donnierayjones/reading-time-chrome/commits/master
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
คำอธิบาย | Add a reading time indicator to Readability |
ขนาดไฟล์ | 64.37 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2014-02-13 |
วันที่เผยแพร่ | 2014-02-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | donnierayjones |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/donnierayjones/reading-time-chrome |
URL หน้าช่วยเหลือ | https://github.com/donnierayjones/reading-time-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "version": "0.1.0", "manifest_version": 2, "description": "Add a reading time indicator to Readability", "content_scripts": [ { "matches": [ "http:\/\/www.readability.com\/*", "https:\/\/www.readability.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |