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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merges duplicate Google Calendar events into one rainbow and colors the weekends."입니다.

확장 프로그램 스크린샷

screenshot

Rainbow.surf for Google Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}