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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
}