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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        }
    }
}