Pinpoint Sound

Pinpoints tabs playing sound

Pinpoint Sound란 무엇입니까?

Pinpoint Sound은(는) Zeno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pinpoints tabs playing sound"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pinpoint Sound 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}