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