Reading Time

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

什麼是Reading Time?

Reading Time是由Oscar de Dios開發的Chrome擴展程式,該擴展的主要功能是“Read smart. Tells you how long a webpage takes to read.”。

擴展截圖

screenshot

下載Reading Time擴展crx文件

下載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
官方網址 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"
    ]
}