Sound Pointer
Use sound to track your mouse pointer in the browser
Sound Pointer là gì?
Sound Pointer là một tiện ích mở rộng Chrome được phát triển bởi Pedal Point Enterprises, và tính năng chính của nó là "Use sound to track your mouse pointer in the browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sound Pointer
Tải xuống các tệp mở rộng Sound Pointer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sound Pointer |
ID | ainiiiclibekafehinjoffjppjibgock |
URL Chính Thức | https://chromewebstore.google.com/detail/sound-pointer/ainiiiclibekafehinjoffjppjibgock |
Mô tả | Use sound to track your mouse pointer in the browser |
Kích Thước Tệp | 152 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-07-09 |
Ngày Phát Hành | 2023-06-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Pedal Point Enterprises |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/simonminer/sound-pointer |
URL Trang Chính Sách Bảo Mật | https://siteunseen.dev/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |