Custom Calendar Background
Adds background images to Google Calendar
Apa itu Custom Calendar Background?
Custom Calendar Background adalah ekstensi Chrome yang dikembangkan oleh https://useit.today, dan fitur utamanya adalah "Adds background images to Google Calendar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Calendar Background
Unduh file ekstensi Custom Calendar Background dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Custom Calendar Background |
ID | acjecbgflnhmeldadcbblhfdimhifpki |
URL Resmi | https://chromewebstore.google.com/detail/custom-calendar-backgroun/acjecbgflnhmeldadcbblhfdimhifpki |
Deskripsi | Adds background images to Google Calendar |
Ukuran File | 42 KB |
Jumlah Instalasi | 91,791 |
Versi Saat Ini | 2.0.7 |
Terakhir Diperbarui | 2024-02-27 |
Tanggal Publikasi | 2019-01-02 |
Penilaian | 3.71/5 Total 94 Penilaian |
Pengembang | https://useit.today |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://github.com/padster/CalendarThemeExtension |
URL Halaman Bantuan | https://calendar.useit.today/help |
URL Halaman Kebijakan Privasi | https://calendar.useit.today/legal |
Bahasa yang Didukung | 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": [ " |