The Gay Agenda

Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.

The Gay Agendaคืออะไร?

The Gay Agenda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhaybd012 และคุณลักษณะหลักของมันคือ "Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Gay Agenda

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

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

                        The Gay Agenda rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags. It also includes a custom option where users can define the colors and gradients to display.

This extension applies a color gradient to the header bar in Google Calendar, as well as adjusting the font and icon styles to display better on the colorful background. It also changes the title from "Calendar" to "The Gay Agenda".

Yes, this is a joke.

If you are experiencing any bugs, please submit an issue at the github page for this extension: https://github.com/abhaybd/TheGayAgenda                    

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

ชื่อ The Gay Agenda The Gay Agenda
ID adeebpgooeeehamehfanfnbdpiajccde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-gay-agenda/adeebpgooeeehamehfanfnbdpiajccde
คำอธิบาย Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.
ขนาดไฟล์ 44.03 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2020-12-20
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา abhaybd012
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/abhaybd/TheGayAgenda/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Gay Agenda",
    "version": "1.0",
    "description": "Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "themes.css",
                "content.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "http:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}