CoinMarketCal to Google Calendar

Adds an option on CoinMarketCal events to automatically add them to Google Calendar

CoinMarketCal to Google Calendarとは何ですか?

CoinMarketCal to Google CalendarはPedro Gontjoによって開発されたChromeの拡張機能で、その主な機能は「Adds an option on CoinMarketCal events to automatically add them to Google Calendar」です。

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

screenshot
screenshot

CoinMarketCal to Google Calendar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Very simple but useful extension that adds an icon in each CoinMarketCal event which once clicked opens Google Calendar "Add Event" page with all fields already filled.

Let me know if it was helpful for you.                    

拡張機能の基本情報

名前 CoinMarketCal to Google Calendar CoinMarketCal to Google Calendar
ID kmccnbamdhpjlgfbalgelkanpfimainl
公式URL https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl
説明 Adds an option on CoinMarketCal events to automatically add them to Google Calendar
ファイルサイズ 44.03 KB
インストール数 31
現在のバージョン 0.0.0.3
最終更新日 2018-02-27
公開日 2018-02-27
評価 5.00/5 合計 1 レビュー
開発者 Pedro Gontjo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinMarketCal to Google Calendar",
    "description": "Adds an option on CoinMarketCal events to automatically add them to Google Calendar",
    "version": "0.0.0.3",
    "permissions": [
        "https:\/\/coinmarketcal.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinmarketcal.com\/*"
            ],
            "js": [
                "moment.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "add.png"
    ],
    "icons": {
        "16": "add.png",
        "48": "add.png",
        "128": "add.png"
    }
}