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 |
官方URL | 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" ] } ] } |