SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
Vad är SEQTA Vanced?
SEQTA Vanced är en Chrome-tillägg utvecklad av Max, och dess huvudfunktion är "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.".
Tilläggsskärmbilder
Ladda ner SEQTA Vanced-förlängningens CRX-fil
Ladda ner SEQTA Vanced-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
✨ 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äggande Information om Tillägg
Namn | SEQTA Vanced |
ID | kekoobmbfdkempioiihnepdnapdpdaok |
Officiell webbadress | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
Beskrivning | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
Filstorlek | 1.07 MB |
Antal Installationer | 322 |
Aktuell Version | 1.2.2 |
Senast Uppdaterad | 2024-02-17 |
Publiceringsdatum | 2023-06-14 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | Max |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/maxtull/SEQTAVanced |
Stödda Språk | 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" } |