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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |