Noisetab

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

Apa itu Noisetab?

Noisetab adalah ekstensi Chrome yang dikembangkan oleh ashish.dubey91, dan fitur utamanya adalah "Replace default new tab page in Chrome with realtime audio visualizer.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Noisetab

Unduh file ekstensi Noisetab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
URL Resmi https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Deskripsi Replace default new tab page in Chrome with realtime audio visualizer.
Ukuran File 7.26 KB
Jumlah Instalasi 306
Versi Saat Ini 0.4
Terakhir Diperbarui 2017-04-02
Tanggal Publikasi 2017-04-02
Penilaian 3.90/5 Total 10 Penilaian
Pengembang ashish.dubey91
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}