Noisetab

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

Co je Noisetab?

Noisetab je rozšíření Chrome vyvinuté ashish.dubey91, a jeho hlavní funkcí je „Replace default new tab page in Chrome with realtime audio visualizer.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Noisetab

Stáhněte si soubory rozšíření Noisetab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
Oficiální URL https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Popis Replace default new tab page in Chrome with realtime audio visualizer.
Velikost souboru 7.26 KB
Počet instalací 306
Aktuální Verze 0.4
Poslední Aktualizace 2017-04-02
Datum Vydání 2017-04-02
Hodnocení 3.90/5 Celkem 10 Hodnocení
Vývojář ashish.dubey91
Typ Platby free
Podporované Jazyky 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"
    ]
}