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.”。
擴展截圖
下載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 |
ID | adeebpgooeeehamehfanfnbdpiajccde |
官方網址 | 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" } } } |