Sound Pointer
Use sound to track your mouse pointer in the browser
¿Qué es Sound Pointer?
Sound Pointer es una extensión de Chrome desarrollada por Pedal Point Enterprises, y su función principal es "Use sound to track your mouse pointer in the browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sound Pointer
Descarga archivos de extensión Sound Pointer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Sound Pointer |
ID | ainiiiclibekafehinjoffjppjibgock |
URL Oficial | https://chromewebstore.google.com/detail/sound-pointer/ainiiiclibekafehinjoffjppjibgock |
Descripción | Use sound to track your mouse pointer in the browser |
Tamaño del Archivo | 152 KB |
Cantidad de Instalaciones | 41 |
Versión Actual | 0.1.1 |
Última Actualización | 2023-07-09 |
Fecha de Publicación | 2023-06-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Pedal Point Enterprises |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/simonminer/sound-pointer |
URL de la Página de Política de Privacidad | https://siteunseen.dev/privacy |
Idiomas Soportados | 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" } } } } |