Noisetab

Replace default new tab page in Chrome with realtime audio visualizer.

O que é Noisetab?

Noisetab é uma extensão do Chrome desenvolvida por ashish.dubey91, e sua principal característica é "Replace default new tab page in Chrome with realtime audio visualizer.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Noisetab

Baixe arquivos de extensão Noisetab 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

                        This extension replaces the vanilla New Tab screen with very simple audio visualizations. The visualization is generated from the audio captured through the microphone or whichever audio source is selected the first time New Tab loads.

Its easy to choose between the three visualizations that are part of the extension or simply turn them off if it becomes too much.

For those who love to watch things moving with their music, they are going to love it.                    

Informações Básicas da Extensão

Nome Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
URL Oficial https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Descrição Replace default new tab page in Chrome with realtime audio visualizer.
Tamanho do Arquivo 7.26 KB
Contagem de Instalações 306
Versão Atual 0.4
Última Atualização 2017-04-02
Data de Publicação 2017-04-02
Classificação 3.90/5 Total de 10 Avaliações
Desenvolvedor ashish.dubey91
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noisetab",
    "description": "Replace default new tab page in Chrome with realtime audio visualizer.",
    "version": "0.4",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "permissions": [
        "storage"
    ]
}