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”。
擴展截圖
下載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 |
ID | ckgcggonnnpocfmhildjhbljdlkaccci |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |