TAU Calendar Extension

Download an .ics calendar file from your personal info in TAU

TAU Calendar Extensionとは何ですか?

TAU Calendar ExtensionはGuy Mによって開発されたChromeの拡張機能で、その主な機能は「Download an .ics calendar file from your personal info in TAU」です。

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

screenshot

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

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

拡張機能の使用方法

                        This package adds a button in TAU personal info that allows you to export your personal studies calendar.
To load the file to google calendar please follow this guide: https://sites.google.com/view/tutorials-new/tau-calendar

*This is not an official app of TAU                    

拡張機能の基本情報

名前 TAU Calendar Extension TAU Calendar Extension
ID ckgcggonnnpocfmhildjhbljdlkaccci
公式URL https://chromewebstore.google.com/detail/tau-calendar-extension/ckgcggonnnpocfmhildjhbljdlkaccci
説明 Download an .ics calendar file from your personal info in TAU
ファイルサイズ 43.28 KB
インストール数 1,077
現在のバージョン 1.12
最終更新日 2023-10-02
公開日 2020-10-14
評価 4.78/5 合計 9 レビュー
開発者 Guy M
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/view/tutorials-new/tau-calendar
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAU Calendar Extension",
    "version": "1.12",
    "description": "Download an .ics calendar file from your personal info in TAU",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.ims.tau.ac.il\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/cal.js"
            ],
            "matches": [
                "https:\/\/www.ims.tau.ac.il\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ims.tau.ac.il\/Tal\/TL\/Marechet_L.*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/btn.js"
            ]
        }
    ]
}