G-calize

On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color.

G-calizeคืออะไร?

G-calize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://piayo.com และคุณลักษณะหลักของมันคือ "On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G-calize

ดาวน์โหลดไฟล์ส่วนขยาย G-calize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ G-calize G-calize
ID piiljfhidimfponnkjlkecnpjhdijfde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/g-calize/piiljfhidimfponnkjlkecnpjhdijfde
คำอธิบาย On Google Calendar... Sunday, Saturday, Today, and other weekdays, You can select the text color and background color.
ขนาดไฟล์ 69.03 KB
จำนวนการติดตั้ง 197,555
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-12-03
วันที่เผยแพร่ 2019-09-25
คะแนน 4.21/5 รวมทั้งหมด 178 คะแนน
ผู้พัฒนา https://piayo.com
อีเมล wauworks@gmail.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                ""
            ],
            "resources": [
                "js\/lit-html.min.js",
                "js\/gcalize-i18n.js"
            ]
        }
    ],
    "action": {
        "default_title": "G-calize: Open Settings"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "48": "img\/icon_48.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png"
    }
}