Custom Calendar Background
Adds background images to Google Calendar
Custom Calendar Background란 무엇입니까?
Custom Calendar Background은(는) https://useit.today에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds background images to Google Calendar"입니다.
확장 프로그램 스크린샷
Custom Calendar Background 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Modify the Google Calendar UI to include full-page background images or colors. Use your own images, or purchase from sets of provided themes. For support, see: https://github.com/padster/CalendarThemeExtension/issues
확장 프로그램 기본 정보
이름 | Custom Calendar Background |
ID | acjecbgflnhmeldadcbblhfdimhifpki |
공식 URL | https://chromewebstore.google.com/detail/custom-calendar-backgroun/acjecbgflnhmeldadcbblhfdimhifpki |
설명 | Adds background images to Google Calendar |
파일 크기 | 42 KB |
설치 횟수 | 91,791 |
현재 버전 | 2.0.7 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2019-01-02 |
평점 | 3.71/5 총 94 개의 평점 |
개발자 | https://useit.today |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://github.com/padster/CalendarThemeExtension |
도움말 페이지 URL | https://calendar.useit.today/help |
개인정보 보호 정책 페이지 URL | https://calendar.useit.today/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Calendar Background", "version": "2.0.7", "description": "Adds background images to Google Calendar", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "identity", "identity.email" ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "options.html" ], "matches": [ " |