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によって開発されたChromeの拡張機能で、その主な機能は「Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.」です。

拡張機能のスクリーンショット

screenshot
screenshot

The Gay Agenda拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}