Noisetab
Replace default new tab page in Chrome with realtime audio visualizer.
Noisetab là gì?
Noisetab là một tiện ích mở rộng Chrome được phát triển bởi ashish.dubey91, và tính năng chính của nó là "Replace default new tab page in Chrome with realtime audio visualizer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Noisetab
Tải xuống các tệp mở rộng Noisetab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Noisetab |
ID | kneigdgmcokiokbcdlcahgpdjhimkckj |
URL Chính Thức | https://chromewebstore.google.com/detail/noisetab/kneigdgmcokiokbcdlcahgpdjhimkckj |
Mô tả | Replace default new tab page in Chrome with realtime audio visualizer. |
Kích Thước Tệp | 7.26 KB |
Số Lần Cài Đặt | 306 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-04-02 |
Ngày Phát Hành | 2017-04-02 |
Đánh Giá | 3.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | ashish.dubey91 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |