There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
There, there, Google Calendar là gì?
There, there, Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://benjaminbojko.com, và tính năng chính của nó là "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
Ả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 There, there, Google Calendar
Tải xuống các tệp mở rộng There, there, Google Calendar 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
URL Chính Thức | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
Mô tả | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2017-06-02 |
Ngày Phát Hành | 2017-06-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://benjaminbojko.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "There, there, Google Calendar", "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js" ], "icons": { "128": "icon128.png", "512": "icon512.png" } } |