Noisetab

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

什么是Noisetab?

Noisetab是由ashish.dubey91开发的Chrome扩展程序,该扩展的主要功能是“Replace default new tab page in Chrome with realtime audio visualizer.”。

扩展截图

screenshot
screenshot

下载Noisetab扩展crx文件

下载Noisetab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Noisetab Noisetab
ID kneigdgmcokiokbcdlcahgpdjhimkckj
官方URL https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj
简介 Replace default new tab page in Chrome with realtime audio visualizer.
文件大小 7.26 KB
安装次数 306
当前版本 0.4
更新时间 2017-04-02
上架时间 2017-04-02
评分 3.90/5 共10次评分
开发者 ashish.dubey91
付费类型 free
支持的语言 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"
    ]
}