Sound Pointer

Use sound to track your mouse pointer in the browser

Sound Pointerとは何ですか?

Sound PointerはPedal Point Enterprisesによって開発されたChromeの拡張機能で、その主な機能は「Use sound to track your mouse pointer in the browser」です。

拡張機能のスクリーンショット

screenshot

Sound Pointer拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
            }
        }
    }
}