Visual notifications

This extension shows a visual notification when inactive tab plays sound.

ما هو Visual notifications؟

Visual notifications هو إضافة Chrome تم تطويرها بواسطة Łukasz Gruszka، والميزة الرئيسية لها هي "This extension shows a visual notification when inactive tab plays sound.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Visual notifications

قم بتنزيل ملفات الامتداد Visual notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a simple extension that is monitoring tab activity. When the tab state was changed to audible (i.e. when tab started to play sound), tab's window will be notified with "drawAttention: true", operating system will mark the window state as URGENT and the button in a task bar will start blinking.

Usage:
- when there is a web chat client (e.g. whatsapp) and user wants to have visual notification in addition to sound notification,
- when some tab starts playing sound and user wants to find it quickly. 

Note that this extension works only with Linux operating system.                    

معلومات أساسية عن التمديد

الاسم Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
الوصف This extension shows a visual notification when inactive tab plays sound.
حجم الملف 11.97 KB
عدد التثبيتات 187
النسخة الحالية 1.0.1
آخر تحديث 2023-12-09
تاريخ النشر 2017-05-18
تقييم 3.67/5 مجموع تقييمات 3
المطور Łukasz Gruszka
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visual notifications",
    "description": "This extension shows a visual notification when inactive tab plays sound.",
    "version": "1.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}