AudioScroll Extension
Scroll the page using hand gestures that are detected by a doppler speaker/microphone process
AudioScroll Extensionคืออะไร?
AudioScroll Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harrison Green และคุณลักษณะหลักของมันคือ "Scroll the page using hand gestures that are detected by a doppler speaker/microphone process"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AudioScroll Extension
ดาวน์โหลดไฟล์ส่วนขยาย AudioScroll Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides the ability to scroll through web pages using only hand gestures. Once enabled, a tone is emitted through the speaker and is picked up by the microphone. By moving your hand towards or away from the microphone, you compress or decompress the sound waves slightly which is detected and used to scroll the page.
### IMPORTANT ###:
- Make sure any headphones are unplugged and the speaker volume is on loud.
- Be sure to click allow when the extension asks for microphone access. (If you accidentally click block, you can change your preferences by clicking the video icon in the right side of the omnibox)
################
Known Bugs:
- Sometimes when multiple pages are running audio scroll, a lower frequency tone can be heard. (to fix this, disable and re-enable audio scroll a few times)
Open Source:
This extension is open source and can be viewed on GitHub here: It is licensed under the MIT-License.
Credits:
Thanks to Daniel Rapp for providing the doppler.js library
Extension created by Harrison Green ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nknlpaccngmmdfjcbjkccfmoimehdeli |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audioscroll-extension/nknlpaccngmmdfjcbjkccfmoimehdeli |
| คำอธิบาย | Scroll the page using hand gestures that are detected by a doppler speaker/microphone process |
| ขนาดไฟล์ | 68.99 KB |
| จำนวนการติดตั้ง | 142 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2015-06-22 |
| วันที่เผยแพร่ | 2015-06-21 |
| คะแนน | 2.00/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Harrison Green |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AudioScroll Extension",
"short_name": "AudioScroll",
"author": "Harrison Green",
"description": "Scroll the page using hand gestures that are detected by a doppler speaker\/microphone process",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"38": "icon38.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "iconOff38.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"inject.js"
]
}
} | |