Noisetab
Replace default new tab page in Chrome with realtime audio visualizer.
Cos'è Noisetab?
Noisetab è un'estensione di Chrome sviluppata da ashish.dubey91, e la sua funzione principale è "Replace default new tab page in Chrome with realtime audio visualizer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Noisetab
Scarica i file di estensione Noisetab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Noisetab |
ID | kneigdgmcokiokbcdlcahgpdjhimkckj |
URL Ufficiale | https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj |
Descrizione | Replace default new tab page in Chrome with realtime audio visualizer. |
Dimensione del File | 7.26 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2017-04-02 |
Data di Pubblicazione | 2017-04-02 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | ashish.dubey91 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |