Custom Calendar Background
Adds background images to Google Calendar
What is Custom Calendar Background?
Custom Calendar Background is a Chrome extension developed by https://useit.today, and its main feature is "Adds background images to Google Calendar".
Extension Screenshots
Download Custom Calendar Background Extension CRX File
Download Custom Calendar Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Custom Calendar Background |
ID | acjecbgflnhmeldadcbblhfdimhifpki |
Official URL | https://chromewebstore.google.com/detail/custom-calendar-backgroun/acjecbgflnhmeldadcbblhfdimhifpki |
Description | Adds background images to Google Calendar |
File Size | 42 KB |
Installation Count | 91,791 |
Current Version | 2.0.7 |
Last Updated | 2024-02-27 |
Publish Date | 2019-01-02 |
Rating | 3.71/5 Total 94 Ratings |
Developer | https://useit.today |
[email protected] | |
Payment Type | in_app |
Extension Website | https://github.com/padster/CalendarThemeExtension |
Help Page URL | https://calendar.useit.today/help |
Privacy Policy Page URL | https://calendar.useit.today/legal |
Supported Languages | 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": [ " |