Noisetab

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

¿Qué es Noisetab?

Noisetab es una extensión de Chrome desarrollada por ashish.dubey91, y su función principal es "Replace default new tab page in Chrome with realtime audio visualizer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Noisetab

Descarga archivos de extensión Noisetab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
URL Oficial https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Descripción Replace default new tab page in Chrome with realtime audio visualizer.
Tamaño del Archivo 7.26 KB
Cantidad de Instalaciones 306
Versión Actual 0.4
Última Actualización 2017-04-02
Fecha de Publicación 2017-04-02
Calificación 3.90/5 Total de 10 Calificaciones
Desarrollador ashish.dubey91
Tipo de Pago free
Idiomas Soportados 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"
    ]
}