Go to Sound Tab

Takes you to the tab that is generating sound

Go to Sound Tab란 무엇입니까?

Go to Sound Tab은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes you to the tab that is generating sound"입니다.

확장 프로그램 스크린샷

Go to Sound Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Go to Sound Tab takes you to the tab that is generating sound. 
As you click, it cycles through the audible tabs even if they are on multiple browser windows!

You are more than welcomed to post issues and make feature requests at github.com/cyberst/go-to-sound-tab/issues
Also you can see the GitHub repository for this extension at github.com/cyberst/go-to-sound-tab                    

확장 프로그램 기본 정보

이름 Go to Sound Tab Go to Sound Tab
ID jchebkhlmlddngocdbbdolapcjcoogfm
공식 URL https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm
설명 Takes you to the tab that is generating sound
파일 크기 17.32 KB
설치 횟수 52
현재 버전 0.0.1
최근 업데이트 2020-04-16
출시 날짜 2020-04-16
평점 4.50/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cyberst/go-to-sound-tab/
도움말 페이지 URL https://github.com/cyberst/go-to-sound-tab/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go to Sound Tab",
    "description": "Takes you to the tab that is generating sound",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background_script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Go to Sound Tab"
    }
}