Gradient Merge for Google Calendar™ Events

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

Gradient Merge for Google Calendar™ Eventsとは何ですか?

Gradient Merge for Google Calendar™ Eventsはkgrjngによって開発されたChromeの拡張機能で、その主な機能は「Take your duplicate Google Calendar events and merge them into one event.」です。

拡張機能のスクリーンショット

screenshot

Gradient Merge for Google Calendar™ Events拡張機能のCRXファイルをダウンロード

Gradient Merge for Google Calendar™ Events拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Gradient Merge for Google Calendar™ Events Gradient Merge for Google Calendar™ Events
ID jcgbfnkjigkdllodnaecmdipcojhopfc
公式URL https://chromewebstore.google.com/detail/gradient-merge-for-google/jcgbfnkjigkdllodnaecmdipcojhopfc
説明 Take your duplicate Google Calendar events and merge them into one event.
ファイルサイズ 317 KB
インストール数 5,101
現在のバージョン 1.0.1
最終更新日 2018-10-10
公開日 2018-10-09
評価 3.90/5 合計 21 レビュー
開発者 kgrjng
支払い方法 free
拡張機能のウェブサイト https://github.com/karjna/gradient-gcal-event-merge
対応言語 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
}