Sound Pointer
Use sound to track your mouse pointer in the browser
Cos'è Sound Pointer?
Sound Pointer è un'estensione di Chrome sviluppata da Pedal Point Enterprises, e la sua funzione principale è "Use sound to track your mouse pointer in the browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sound Pointer
Scarica i file di estensione Sound Pointer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sound Pointer |
ID | ainiiiclibekafehinjoffjppjibgock |
URL Ufficiale | https://chromewebstore.google.com/detail/sound-pointer/ainiiiclibekafehinjoffjppjibgock |
Descrizione | Use sound to track your mouse pointer in the browser |
Dimensione del File | 152 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2023-07-09 |
Data di Pubblicazione | 2023-06-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Pedal Point Enterprises |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/simonminer/sound-pointer |
URL della Pagina della Politica sulla Privacy | https://siteunseen.dev/privacy |
Lingue Supportate | 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" } } } } |