Custom Calendar Background
Adds background images to Google Calendar
Custom Calendar Background क्या है?
Custom Calendar Background https://useit.today द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds background images to Google Calendar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Calendar Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |