Pinpoint Sound

Pinpoints tabs playing sound

O que é Pinpoint Sound?

Pinpoint Sound é uma extensão do Chrome desenvolvida por Zeno, e sua principal característica é "Pinpoints tabs playing sound".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinpoint Sound

Baixe arquivos de extensão Pinpoint Sound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Pinpoint Sound Pinpoint Sound
ID gmlbblkahooncpccdfedipagbbfcnigb
URL Oficial https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb
Descrição Pinpoints tabs playing sound
Tamanho do Arquivo 7.62 KB
Contagem de Instalações 264
Versão Atual 0.3
Última Atualização 2023-03-31
Data de Publicação 2022-06-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Zeno
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://linktr.ee/Zeno_code
Idiomas Suportados 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"
    }
}