UI Sounds

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

UI Sounds là gì?

UI Sounds là một tiện ích mở rộng Chrome được phát triển bởi LordLuceus, và tính năng chính của nó là "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UI Sounds

Tải xuống các tệp mở rộng UI Sounds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
URL Chính Thức https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Mô tả Play sounds for important events in the browser, such as a page loading or a new tab being created.
Kích Thước Tệp 711 KB
Số Lần Cài Đặt 291
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-11-04
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển LordLuceus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LordLuceus/chrome-ui-sounds/
URL Trang Trợ Giúp https://github.com/LordLuceus/chrome-ui-sounds/issues/
Ngôn Ngữ Được Hỗ Trợ 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"
}