Noisetab
Replace default new tab page in Chrome with realtime audio visualizer.
Wat is Noisetab?
Noisetab is een Chrome-extensie ontwikkeld door ashish.dubey91, en de belangrijkste functie is "Replace default new tab page in Chrome with realtime audio visualizer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Noisetab
Download Noisetab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Noisetab |
ID | kneigdgmcokiokbcdlcahgpdjhimkckj |
Officiële URL | https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj |
Beschrijving | Replace default new tab page in Chrome with realtime audio visualizer. |
Bestandsgrootte | 7.26 KB |
Aantal Installaties | 306 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2017-04-02 |
Publicatiedatum | 2017-04-02 |
Beoordeling | 3.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | ashish.dubey91 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |