Sound Pointer
Use sound to track your mouse pointer in the browser
Sound Pointerคืออะไร?
Sound Pointer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pedal Point Enterprises และคุณลักษณะหลักของมันคือ "Use sound to track your mouse pointer in the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Pointer
ดาวน์โหลดไฟล์ส่วนขยาย Sound Pointer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sound Pointer enables you to locate and follow the mouse pointer around your browser window with a sound that changes as you move your mouse. This is a great tool to quickly find a lost mouse pointer. Usage Instructions: * Click the extension icon or press the Control+Shift+P (Windows) or Command+Shift+P (Mac) keyboard shortcut to activate the Sound Pointer extension. * Click the left mouse button the sound on and off. * Move the mouse to hear the locater frequency. * Moving the mouse up and down raise or lowers the pitch. * Moving the mouse left or right pans the sound in that direction. The sound volume also decreases and increases as the mouse moves left or right.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sound Pointer |
ID | ainiiiclibekafehinjoffjppjibgock |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sound-pointer/ainiiiclibekafehinjoffjppjibgock |
คำอธิบาย | Use sound to track your mouse pointer in the browser |
ขนาดไฟล์ | 152 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2023-07-09 |
วันที่เผยแพร่ | 2023-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Pedal Point Enterprises |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/simonminer/sound-pointer |
URL หน้านโยบายความเป็นส่วนตัว | https://siteunseen.dev/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Pointer", "version": "0.1.1", "description": "Use sound to track your mouse pointer in the browser", "manifest_version": 3, "author": "Simon Miner", "homepage_url": "https:\/\/github.com\/simonminer\/sound-pointer", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": ".\/background.js" }, "action": [], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } } } |