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 |
| 公式URL | 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
} | |