Reading Time
Add a reading time indicator to Readability
什麼是Reading Time?
Reading Time是由donnierayjones開發的Chrome擴展程式,該擴展的主要功能是“Add a reading time indicator to Readability”。
擴展截圖
下載Reading Time擴展crx文件
下載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 |
官方網址 | 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" } } |