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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}