PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

PopupSound là gì?

PopupSound là một tiện ích mở rộng Chrome được phát triển bởi em_te, và tính năng chính của nó là "Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.".

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

screenshot

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

Tải xuống các tệp mở rộng PopupSound 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

                        A delightful tool for people who love the joy of sounds to their ears.

When clicking on links that navigate to another page, a quiet "click" sound will be played.

When after a file has finished downloading, a "trumpet" sound pops through the speakers.

When a file which is downloading encounters an error, a "plonk" sound blissfully nudges awake the user.

Why:

The internet is a very bland place where only our visual sense get tickled. Our interactions with the Internet is strangely quiet in a world where all 5 senses usually get bombarded with stimulation.

This extension brings that exhuberating sense back to the Internet by having an audible reaction to our actions sort of like the popups in popup books.                    

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

Tên PopupSound PopupSound
ID kjhffdfdniogmdjbgepekhidjbioofia
URL Chính Thức https://chromewebstore.google.com/detail/popupsound/kjhffdfdniogmdjbgepekhidjbioofia
Mô tả Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.
Kích Thước Tệp 55.29 KB
Số Lần Cài Đặt 473
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-05-09
Ngày Phát Hành 2020-08-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển em_te
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://em-te.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Terry",
    "version": "0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "32": "icon_32.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "downloads"
    ]
}