TAULuncher
I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.
Vad är TAULuncher?
TAULuncher är en Chrome-tillägg utvecklad av nyctolex, och dess huvudfunktion är "I got tired of moodle kickig me out after 2 minutes. So I made an addon to help.".
Tilläggsskärmbilder
Ladda ner TAULuncher-förlängningens CRX-fil
Ladda ner TAULuncher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Automatically signing in Tel-Aviv University websites. Grundläggande Information om Tillägg
| Namn | |
| ID | mjipjoiimkegppedpnhjmgeenhekmdjo |
| Officiell webbadress | https://chromewebstore.google.com/detail/tauluncher/mjipjoiimkegppedpnhjmgeenhekmdjo |
| Beskrivning | I got tired of moodle kickig me out after 2 minutes. So I made an addon to help. |
| Filstorlek | 50.26 KB |
| Antal Installationer | 377 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-04-01 |
| Publiceringsdatum | 2022-04-01 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | nyctolex |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |