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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } } |