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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } } |