Rainbow.surf for Google Calendar
Merges duplicate Google Calendar events into one rainbow and colors the weekends.
Rainbow.surf for Google Calendar क्या है?
Rainbow.surf for Google Calendar https://coedit.email द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merges duplicate Google Calendar events into one rainbow and colors the weekends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rainbow.surf for Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Free Chrome extension to cut the clutter when families or teams use calendar sharing and the same event appears in the same slot. 📅📅 → 📅 merges duplicate Google Calendar events into one rainbow of the individual calendar colors 🟦 makes weekends great again - with cool blue background colors 🗓 new event box & mini calendar views also get cool blue weekends 💻 does not modify events (only works in your browser) 🚫 doesn't show ads and doesn't send user's data anywhere 🌼 open source: https://github.com/coedit/gcal-rainbow-surf Like it? Please rate it! Do you have ideas for new calendar enhancements or see an issue? Start a discussion: https://github.com/coedit/gcal-rainbow-surf/discussions/categories/ideas Passion project – curated by @ezdub – dedicated to @illstylist With code by @imightbeAmy @karjna @rubenpoppe @msteffen @ezdub art copyright ©2021 @ezdub
एक्सटेंशन की मूल जानकारी
नाम | Rainbow.surf for Google Calendar |
ID | bdamkdibjdpgnpfpkbelkdngdcbbaeog |
आधिकारिक URL | https://chromewebstore.google.com/detail/rainbowsurf-for-google-ca/bdamkdibjdpgnpfpkbelkdngdcbbaeog |
विवरण | Merges duplicate Google Calendar events into one rainbow and colors the weekends. |
फ़ाइल का आकार | 2.53 MB |
स्थापना संख्या | 745 |
वर्तमान संस्करण | 2.1.1 |
अंतिम अपडेट | 2022-02-12 |
प्रकाशन तिथि | 2021-09-11 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://coedit.email |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rainbow.surf/ |
सहायता पृष्ठ URL | https://github.com/coedit/gcal-rainbow-surf/discussions/categories/q-a |
गोपनीयता नीति पृष्ठ URL | https://coedit.email/privacy |
समर्थित भाषाएँ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "rainbow.surf", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.1.1", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "events.user.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "permissions": [ "https:\/\/calendar.google.com\/*" ], "icons": { "128": "images\/Rainbow.surf-icon-128.png", "256": "images\/Rainbow.surf-icon-256.png", "32": "images\/Rainbow.surf-icon-32.png", "48": "images\/Rainbow.surf-icon-48.png", "64": "images\/Rainbow.surf-icon-64.png" }, "content_security_policy": "default-src 'self'", "manifest_version": 2 } |