TAULuncher
I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
什麼是TAULuncher?
TAULuncher是由nyctolex開發的Chrome擴展程式,該擴展的主要功能是“I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.”。
擴展截圖
下載TAULuncher擴展crx文件
下載TAULuncher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically signing in Tel-Aviv University websites. 擴展基本資訊
| 名稱 | |
| ID | mjipjoiimkegppedpnhjmgeenhekmdjo |
| 官方網址 | https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo |
| 簡介 | I got tired of moodle kickig me out after 2 minutes. So I made an addon to help. |
| 檔案大小 | 50.26 KB |
| 安裝次數 | 377 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-04-01 |
| 上架時間 | 2022-04-01 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | nyctolex |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.",
"name": "TAULuncher",
"version": "1.0.0",
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "user data"
},
"content_scripts": [
{
"matches": [
"*:\/\/nidp.tau.ac.il\/nidp\/*",
"*:\/\/moodle.tau.ac.il\/*",
"*:\/\/www.ims.tau.ac.il\/Tal\/",
"*:\/\/*.ims.tau.ac.il\/Tal\/",
"*:\/\/ims.tau.ac.il\/Tal\/"
],
"js": [
"Content.js"
]
}
]
} | |