iCal_Generator

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

iCal_Generatorคืออะไร?

iCal_Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oriole Corporation และคุณลักษณะหลักของมันคือ "This is a Chrome extension that allows you to easily create ICS files."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iCal_Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}