Fast Reader
Speed up your reading!
什麼是Fast Reader?
Fast Reader是由dmarch開發的Chrome擴展程式,該擴展的主要功能是“Speed up your reading!”。
擴展截圖
下載Fast Reader擴展crx文件
下載Fast Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.
擴展基本資訊
名稱 | Fast Reader |
ID | okiodagpdhmlhpikmbohgelnmngkhfhm |
官方網址 | https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm |
簡介 | Speed up your reading! |
檔案大小 | 1.72 MB |
安裝次數 | 191 |
目前版本 | 1.1 |
更新時間 | 2013-06-23 |
上架時間 | 2013-06-23 |
評分 | 4.00/5 共 2 次評分 |
開發者 | dmarch |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Reader", "description": "Speed up your reading!", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Fast Reader - speed up your reading!" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |