Sound Found

Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the…

Sound Found란 무엇입니까?

Sound Found은(는) soundfound188에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the ability to SELECT, PAUSE, MUTE and REMOVE audible tabs at any time! 

Ever had several tabs open, perhaps even tabs on other windows, and can’t seem to find the one tab playing sound amongst the many? 

Now you can simply press the extension on the top right of your browser and it will provide a list of all audible tabs to manage: 1) Click the title to quickly navigate to the chosen tab; 2) Selected audible tabs can be conveniently paused for later viewing or removed at any time; 3) Click the eye to quickly mute/unmute all audible tabs.

Maybe you want to find audible tabs quicker? Use Alt + Shift + Comma to cycle through all audible tabs or Alt + Shift + M to mute/unmute all.         

Pause/play works with several popular websites such as Youtube, Twitch.tv, Netflix, Spotify, SoundCloud and much more!

Features:

Manage specific audible tabs with dropdown
Cycle through audible tabs: Alt + Shift + Comma
Mute/Unmute all audible tabs: Alt + Shift + M

Sound Found works specifically to detect only AUDIBLE tabs

If you have any suggestions for future updates let me know at [email protected]                    

확장 프로그램 기본 정보

이름 Sound Found Sound Found
ID hdboefheamcmgbcjaedogecdikoomkhi
공식 URL https://chromewebstore.google.com/detail/sound-found/hdboefheamcmgbcjaedogecdikoomkhi
설명 Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the…
파일 크기 151 KB
설치 횟수 227
현재 버전 1.1
최근 업데이트 2019-01-15
출시 날짜 2019-01-10
평점 5.00/5 총 10 개의 평점
개발자 soundfound188
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Found",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Find active tabs",
        "default_icon": "eye.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "eye.png",
        "48": "eye.png",
        "128": "eye.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "active_browse": {
            "description": "Browse all active audio tabs",
            "suggested_key": {
                "default": "Alt+Shift+Comma"
            }
        },
        "mute_all": {
            "description": "Mute all active tabs",
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        }
    },
    "permissions": [
        "tabs",
        ""
    ]
}