Gradient Merge for Google Calendar™ Events

Take your duplicate Google Calendar events and merge them into one event.

What is Gradient Merge for Google Calendar™ Events?

Gradient Merge for Google Calendar™ Events is a Chrome extension developed by kgrjng, and its main feature is "Take your duplicate Google Calendar events and merge them into one event.".

Extension Screenshots

screenshot

Download Gradient Merge for Google Calendar™ Events Extension CRX File

Download Gradient Merge for Google Calendar™ Events 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

                        This Chrome extension also uses the user defined colors of each calendar to create a beautiful gradient for each event. 

After installed, click on the plugin to activate then refresh Google Calendar to see your new cleaned up Google Calendar.

Modified from: https://chrome.google.com/webstore/detail/event-merge-for-google-ca/idehaflielbgpaokehlhidbjlehlfcep

Repo at: https://github.com/karjna/gradient-gcal-event-merge                    

Extension Basic Information

Name Gradient Merge for Google Calendar™ Events Gradient Merge for Google Calendar™ Events
ID jcgbfnkjigkdllodnaecmdipcojhopfc
Official URL https://chromewebstore.google.com/detail/gradient-merge-for-google/jcgbfnkjigkdllodnaecmdipcojhopfc
Description Take your duplicate Google Calendar events and merge them into one event.
File Size 317 KB
Installation Count 5,101
Current Version 1.0.1
Last Updated 2018-10-10
Publish Date 2018-10-09
Rating 3.90/5 Total 21 Ratings
Developer kgrjng
Payment Type free
Extension Website https://github.com/karjna/gradient-gcal-event-merge
Supported Languages en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Gradient Merge",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "events.user.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Toggle"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2
}