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
官方網址 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"
    ]
}