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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" } } } |