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”。
擴展截圖
下載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 |
ID | ainiiiclibekafehinjoffjppjibgock |
官方網址 | 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" } } } } |