Noisetab

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

Co to jest Noisetab?

Noisetab to rozszerzenie Chrome opracowane przez ashish.dubey91, a jego główną funkcją jest „Replace default new tab page in Chrome with realtime audio visualizer.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Noisetab

Pobierz pliki rozszerzeń Noisetab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
Oficjalny URL https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Opis Replace default new tab page in Chrome with realtime audio visualizer.
Rozmiar pliku 7.26 KB
Liczba instalacji 306
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2017-04-02
Data Publikacji 2017-04-02
Ocena 3.90/5 Łącznie 10 Oceny
Deweloper ashish.dubey91
Typ Płatności free
Obsługiwane Języki 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"
    ]
}