iCal_Generator

This is a Chrome extension that allows you to easily create ICS files.

iCal_Generatorとは何ですか?

iCal_GeneratorはOriole Corporationによって開発されたChromeの拡張機能で、その主な機能は「This is a Chrome extension that allows you to easily create ICS files.」です。

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

screenshot

iCal_Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension allows you to quickly and easily generate ICS files that can be used with Google Calendar, Outlook Calendar, and other calendar applications. Simply enter the event details such as date, time, and location, and click "Generate iCal" to create the ICS file. You can then download the file and add it to your calendar.

iCal Generator is perfect for those who frequently schedule events or want to share and communicate events with others, as it allows you to create ICS files instantly.

Features:

●User-friendly and intuitive interface for easy event scheduling.
●Automatic generation of ICS files.
●Compatible with most calendar applications, including Google Calendar and Outlook Calendar.

Get organized and simplify your event scheduling process with iCal Generator.                    

拡張機能の基本情報

名前 iCal_Generator iCal_Generator
ID gnfkbnjkcbimphcbnajdoehijfnbbkkc
公式URL https://chromewebstore.google.com/detail/icalgenerator/gnfkbnjkcbimphcbnajdoehijfnbbkkc
説明 This is a Chrome extension that allows you to easily create ICS files.
ファイルサイズ 176 KB
インストール数 644
現在のバージョン 1.0.2
最終更新日 2023-08-20
公開日 2023-05-03
開発者 Oriole Corporation
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/TO226/iCal-Generator
ヘルプページのURL https://github.com/TO226/iCal-Generator
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/TO226\/iCal_Generator",
    "icons": {
        "256": "img\/icon_256.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ]
        }
    ]
}