3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
什麼是3read?
3read是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.”。
擴展截圖
下載3read擴展crx文件
下載3read擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions! 擴展基本資訊
| 名稱 | |
| ID | amklbgkedklmdajokboibalnafodgglg |
| 官方網址 | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
| 簡介 | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
| 檔案大小 | 367 KB |
| 安裝次數 | 319 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2014-04-11 |
| 上架時間 | 2014-04-11 |
| 評分 | 4.89/5 共 9 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "3read",
"version": "0.0.4",
"description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.",
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"scripts": [
"keycodes.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon_19.png",
"default_title": "3read Selection"
},
"commands": {
"read": {
"suggested_key": {
"default": "Alt+R"
},
"description": "3read!"
}
},
"options_page": "options.html",
"minimum_chrome_version": "18",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"manifest_version": 2
} | |