SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Hvad er SEQTA Vanced?
SEQTA Vanced er en Chrome-udvidelse udviklet af Max, og dens hovedfunktion er "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Udvidelsesskærmbilleder
Download SEQTA Vanced-udvidelses-CRX-fil
Download SEQTA Vanced-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
✨ Modern UI
🌙 Dark Mode
🌊 Animated Background
🎨 Custom Themes
🌃 Custom Backgrounds
💻 Works with SEQTA Learn & Engage
✅ Open-Source
This extension is not affiliated with SEQTA or Education Horizons. All trademarks referenced herein are the properties of their respective owners. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kekoobmbfdkempioiihnepdnapdpdaok |
| Officiel URL | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
| Beskrivelse | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
| Filstørrelse | 1.07 MB |
| Antal Installationer | 322 |
| Nuværende Version | 1.2.2 |
| Senest Opdateret | 2024-02-17 |
| Udgivelsesdato | 2023-06-14 |
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
| Udvikler | Max |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/maxtull/SEQTAVanced |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SEQTA Vanced",
"version": "1.2.2",
"description": "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.",
"manifest_version": 3,
"icons": {
"16": "images\/favicon-16x16.png",
"32": "images\/favicon-32x32.png",
"512": "images\/logo.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.edu.au\/*",
"https:\/\/*.com\/*",
"https:\/\/*.com.au\/*"
],
"js": [
"main.js"
],
"css": [],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"css\/*",
"fonts\/*.ttf"
],
"matches": [
"https:\/\/*.edu.au\/*",
"https:\/\/*.com\/*",
"https:\/\/*.com.au\/*"
],
"extension_ids": []
}
],
"homepage_url": "https:\/\/github.com\/maxtull\/SEQTAVanced"
} | |