jetzt
Speed Reading
什么是jetzt?
jetzt是由wi34rd开发的Chrome扩展程序,该扩展的主要功能是“Speed Reading”。
扩展截图
下载jetzt扩展crx文件
下载jetzt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
jetzt is a speed-reader extension for Chrome inspired by Spritz.
Use
===
Control is currently keyboard-only.
Initiate jetzt by pressing alt-s and clicking on the block of text you wish to read. Alternatively, select some text before pressing alt-s.
Change size with +/-.
Go faster/slower with up/down arrow keys.
Go back/forward a sentence with left/right arrow keys (hold alt to navigate by paragraphs).
Pause with space.
Close with escape.
Switch between light/dark themes with 0
Toggle summary stats with / or ? at the end of a run 扩展基本信息
| 名称 | |
| ID | cnolacpkiokbppmgagjlfhllielebabb |
| 官方URL | https://chromewebstore.google.com/detail/jetzt/cnolacpkiokbppmgagjlfhllielebabb |
| 简介 | Speed Reading |
| 文件大小 | 210 KB |
| 安装次数 | 3,138 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2014-08-27 |
| 上架时间 | 2014-08-26 |
| 评分 | 4.75/5 共16次评分 |
| 开发者 | wi34rd |
| 付费类型 | free |
| 扩展官网 | https://ds300.github.io/jetzt/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "jetzt",
"description": "Speed Reading",
"version": "1.2.0",
"homepage_url": "https:\/\/ds300.github.io\/jetzt",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"css": [
"jetzt.css"
],
"js": [
"modules\/preamble.js",
"modules\/helpers.js",
"modules\/config.js",
"modules\/themes.js",
"modules\/parse.js",
"modules\/exec.js",
"modules\/view.js",
"modules\/select.js",
"modules\/control.js",
"modules\/init.js",
"chrome-config.js"
],
"all_frames": true
}
],
"permissions": [
"storage",
"activeTab",
"contextMenus",
"fontSettings"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "speed-read with jetzt"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options\/index.html"
} | |