The Gay Agenda
Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.
¿Qué es The Gay Agenda?
The Gay Agenda es una extensión de Chrome desarrollada por abhaybd012, y su función principal es "Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Gay Agenda
Descarga archivos de extensión The Gay Agenda en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | The Gay Agenda |
ID | adeebpgooeeehamehfanfnbdpiajccde |
URL Oficial | https://chromewebstore.google.com/detail/the-gay-agenda/adeebpgooeeehamehfanfnbdpiajccde |
Descripción | Rethemes Google Calendar to have multiple LGBTQ+ inspired color schemes based on several pride flags. |
Tamaño del Archivo | 44.03 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 1.0 |
Última Actualización | 2023-11-29 |
Fecha de Publicación | 2020-12-20 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | abhaybd012 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/abhaybd/TheGayAgenda/issues |
Idiomas Soportados | 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" } } } |