G-calize
On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color.
G-calize là gì?
G-calize là một tiện ích mở rộng Chrome được phát triển bởi https://piayo.com, và tính năng chính của nó là "On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color.".
Ả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 G-calize
Tải xuống các tệp mở rộng G-calize 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
1. Click on the extension icon or select "G-calize" from the context menu to open the settings screen. 2. Set your favorite color for each day of the week. 3. Optional: Select a holiday calendar and set holiday colors. -------------------------------------------------- * 🆕 2023.11.27 version 2.1.0 - Added background color and border color to today's color. - Fixed: Color shift issue in week view. * 2023.08.20 version 2.0.0 - Changed the way the settings screen opens. - Renewed the settings screen. - Changed: Today's text color and background color have been removed and replaced with accent color selection. - Fixed: Holiday calendar cannot be selected. * 2018.02.02 version 1.4.0 - Supports new design Google Calendar ... * 2014.12.04 version 1.0.0 - first publication
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | G-calize |
ID | piiljfhidimfponnkjlkecnpjhdijfde |
URL Chính Thức | https://chromewebstore.google.com/detail/g-calize/piiljfhidimfponnkjlkecnpjhdijfde |
Mô tả | On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color. |
Kích Thước Tệp | 69.03 KB |
Số Lần Cài Đặt | 197,555 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2023-12-03 |
Ngày Phát Hành | 2019-09-25 |
Đánh Giá | 4.21/5 Tổng số 178 Đánh Giá |
Nhà Phát Triển | https://piayo.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,en-GB,en-US,fr,nl,vi,tr,ca,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-calize", "default_locale": "ja", "description": "__MSG_extDes__", "version": "2.1.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "js\/service-worker.js", "type": "module" }, "permissions": [ "storage", "contextMenus" ], "optional_host_permissions": [ "http:\/\/*.google.com\/calendar\/*", "https:\/\/*.google.com\/calendar\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.google.com\/calendar\/*", "https:\/\/*.google.com\/calendar\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ " |