UI Sounds

Play sounds for important events in the browser, such as a page loading or a new tab being created.

ما هو UI Sounds؟

UI Sounds هو إضافة Chrome تم تطويرها بواسطة LordLuceus، والميزة الرئيسية لها هي "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة UI Sounds

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

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

                        If you'd like the browser to audibly notify you when things happen, then this extension is for you.
Includes options to enable or disable individual sounds and change individual sound volume.

Special thanks to Andre Louis, who created the sounds for this project. https://youtube.com/TheOnjLouis/

If you like this extension and want to support its continued development, then please consider making a small donation: https://paypal.me/luceusproductions                    

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

الاسم UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
عنوان URL الرسمي https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
الوصف Play sounds for important events in the browser, such as a page loading or a new tab being created.
حجم الملف 711 KB
عدد التثبيتات 291
النسخة الحالية 1.1.0
آخر تحديث 2020-11-28
تاريخ النشر 2020-11-04
تقييم 4.25/5 مجموع تقييمات 4
المطور LordLuceus
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/LordLuceus/chrome-ui-sounds/
عنوان صفحة المساعدة https://github.com/LordLuceus/chrome-ui-sounds/issues/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI Sounds",
    "version": "1.1.0",
    "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.",
    "author": "LordLuceus",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}