3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
3readคืออะไร?
3read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3read
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |