Sound Pointer

Use sound to track your mouse pointer in the browser

Sound Pointer क्या है?

Sound Pointer Pedal Point Enterprises द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use sound to track your mouse pointer in the browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sound Pointer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
            }
        }
    }
}