Noisetab

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

What is Noisetab?

Noisetab is a Chrome extension developed by ashish.dubey91, and its main feature is "Replace default new tab page in Chrome with realtime audio visualizer.".

Extension Screenshots

screenshot
screenshot

Download Noisetab Extension CRX File

Download Noisetab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
Official URL https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
Description Replace default new tab page in Chrome with realtime audio visualizer.
File Size 7.26 KB
Installation Count 306
Current Version 0.4
Last Updated 2017-04-02
Publish Date 2017-04-02
Rating 3.90/5 Total 10 Ratings
Developer ashish.dubey91
Payment Type free
Supported Languages 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"
    ]
}