The Gay Agenda

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

The Gay Agenda क्या है?

The Gay Agenda abhaybd012 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Gay Agenda एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}