Noisetab

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

Vad är Noisetab?

Noisetab är en Chrome-tillägg utvecklad av ashish.dubey91, och dess huvudfunktion är "Replace default new tab page in Chrome with realtime audio visualizer.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Noisetab-förlängningens CRX-fil

Ladda ner Noisetab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
Officiell webbadress https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Beskrivning Replace default new tab page in Chrome with realtime audio visualizer.
Filstorlek 7.26 KB
Antal Installationer 306
Aktuell Version 0.4
Senast Uppdaterad 2017-04-02
Publiceringsdatum 2017-04-02
Betyg 3.90/5 Totalt 10 Betyg
Utvecklare ashish.dubey91
Betalningssätt free
Stödda Språk 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"
    ]
}