Reading Time

Read smart. Tells you how long a webpage takes to read.

Reading Timeคืออะไร?

Reading Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oscar de Dios และคุณลักษณะหลักของมันคือ "Read smart. Tells you how long a webpage takes to read."

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

screenshot

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

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

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

                        This extension calculates the time for reading an article. 

It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc.

In the options page you can change the speed reading. 

You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.                    

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

ชื่อ Reading Time Reading Time
ID afkinjejdkdhjmclmmhaegfhbdcoohdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg
คำอธิบาย Read smart. Tells you how long a webpage takes to read.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2014-05-26
วันที่เผยแพร่ 2014-05-26
คะแนน 3.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Oscar de Dios
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.noteboardapp.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Time",
    "manifest_version": 2,
    "version": "1.0.5",
    "short_name": "Reading Time",
    "icons": {
        "48": "book.png"
    },
    "description": "Read smart.  Tells you how long a webpage takes to read.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Reading Time",
        "default_icon": "book.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}