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
电子邮箱 [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"
            ]
        }
    ]
}