Pinpoint Sound
Pinpoints tabs playing sound
什么是Pinpoint Sound?
Pinpoint Sound是由Zeno开发的Chrome扩展程序,该扩展的主要功能是“Pinpoints tabs playing sound”。
扩展截图
下载Pinpoint Sound扩展crx文件
下载Pinpoint Sound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pinpoint tabs playing sound by redirect you to the tab with sound with one click! if you have multiple sounds it while cycle through one by one Have you ever had too many tabs open at once, with sound playing on one or more of them, and then had to hunt down the tab that was playing the sound? With a single click Pinpoint Sound lets you find the current tab playing sound. Find out which tab sound is coming from with Pinpoint Sound Updates 0.2 Added context menu, right click to display Pinpoint Sound 0.1 initial release
扩展基本信息
名称 | Pinpoint Sound |
ID | gmlbblkahooncpccdfedipagbbfcnigb |
官方URL | https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb |
简介 | Pinpoints tabs playing sound |
文件大小 | 7.62 KB |
安装次数 | 264 |
当前版本 | 0.3 |
更新时间 | 2023-03-31 |
上架时间 | 2022-06-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Zeno |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://linktr.ee/Zeno_code |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pinpoint Sound", "version": "0.3", "description": "Pinpoints tabs playing sound", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "host_permissions": [], "action": { "default_title": "Pinpoint Sound" } } |