Sound Pointer

Use sound to track your mouse pointer in the browser

Co je Sound Pointer?

Sound Pointer je rozšíření Chrome vyvinuté Pedal Point Enterprises, a jeho hlavní funkcí je „Use sound to track your mouse pointer in the browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sound Pointer

Stáhněte si soubory rozšíření Sound Pointer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sound Pointer Sound Pointer
ID ainiiiclibekafehinjoffjppjibgock
Oficiální URL https://chromewebstore.google.com/detail/sound-pointer/ainiiiclibekafehinjoffjppjibgock
Popis Use sound to track your mouse pointer in the browser
Velikost souboru 152 KB
Počet instalací 41
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-07-09
Datum Vydání 2023-06-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Pedal Point Enterprises
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/simonminer/sound-pointer
URL Stránky Zásad Ochrany Soukromí https://siteunseen.dev/privacy
Podporované Jazyky 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"
            }
        }
    }
}