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