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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}