Noisetab

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

Noisetabคืออะไร?

Noisetab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashish.dubey91 และคุณลักษณะหลักของมันคือ "Replace default new tab page in Chrome with realtime audio visualizer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noisetab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}