Mute Notifications
Disable all desktop notifications with one click.
Mute Notifications là gì?
Mute Notifications là một tiện ích mở rộng Chrome được phát triển bởi Ondřej Cífka, và tính năng chính của nó là "Disable all desktop notifications with one click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mute Notifications
Tải xuống các tệp mở rộng Mute Notifications 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
This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
URL Chính Thức | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
Mô tả | Disable all desktop notifications with one click. |
Kích Thước Tệp | 17.44 KB |
Số Lần Cài Đặt | 5,077 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-12-20 |
Ngày Phát Hành | 2019-12-20 |
Đánh Giá | 4.47/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Ondřej Cífka |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cifkao/chrome-mute-notifications |
URL Trang Trợ Giúp | https://github.com/cifkao/chrome-mute-notifications |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Notifications", "description": "Disable all desktop notifications with one click.", "version": "0.3", "icons": { "128": "logo-128.png", "48": "logo-48.png" }, "permissions": [ "contentSettings", "storage" ], "browser_action": { "default_icon": { "19": "icon-on-19.png", "38": "icon-on-38.png" } }, "background": { "scripts": [ "background.js" ] } } |