Google Calendar Weekend Highlighter

Custom Colour for Weekends in Google Calendar

Google Calendar Weekend Highlighterคืออะไร?

Google Calendar Weekend Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theblackbird.altervista.org และคุณลักษณะหลักของมันคือ "Custom Colour for Weekends in Google Calendar"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar Weekend Highlighter

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

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

                        >>> DONATE! <<<
If you LIKE THIS EXTENSION, please consider a DONATION (LINK is in OPTIONS PAGE or you find it if you RIGHT CLICK over extension icon!). A coffee will be just fine! :D

=========== Important NOTE!!! ============
Google ***often*** changes Calendar's page HTML and/or  CSS.
So, before rating 1 star, please contact me via assistance page or via mail, so that I can correct the extension and publish a new working version... Just give me trust! ;)
======================================

Choose custom colours FOR EACH of your week's days! Those days will be coloured with your custom background colours, finally highlighting your week in ALL the "views" of the NEW version of Google Calendar web pages (2018 and further)! If you prefer NOT to highlight a day, simply leave it WHITE.
At first install, you will be automatically redirected to options page, where you will have to choose your Google Calendar's page language (MANDATORY), and the colours for all your days. In OPTIONS page you can now donate me a coffee, too! :)
NOTE: sometimes while working it could stop highlighting the weekend columns; in that case, try to click on an empty space on the calendar or press F5 (refresh page) and the weekend columns will be correctly light up again!

Changelog at:
https://theblackbird.altervista.org/wp-content/uploads/2019/09/GCWH_Changelog.txt                    

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

ชื่อ Google Calendar Weekend Highlighter Google Calendar Weekend Highlighter
ID pdbcjcpinemooahpfnncddnmjgjhcfod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-calendar-weekend-h/pdbcjcpinemooahpfnncddnmjgjhcfod
คำอธิบาย Custom Colour for Weekends in Google Calendar
ขนาดไฟล์ 25.38 KB
จำนวนการติดตั้ง 7,703
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2019-09-06
คะแนน 3.81/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://theblackbird.altervista.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://theblackbird.altervista.org/wp-content/uploads/2019/09/GCWH_Changelog.txt
URL หน้าช่วยเหลือ https://theblackbird.altervista.org/
URL หน้านโยบายความเป็นส่วนตัว https://theblackbird.altervista.org/TheBlackbirdPrivacyPolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Custom Colour for Weekends in Google Calendar",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Google Calendar Weekend Highlighter",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "GCalWeekendHighliter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.3"
}