SEQTA Vanced
An advanced and powerful extension that provides dark-mode and custom themes for SEQTA.
SEQTA Vancedคืออะไร?
SEQTA Vanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max และคุณลักษณะหลักของมันคือ "An advanced and powerful extension that provides dark-mode and custom themes for SEQTA."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEQTA Vanced
ดาวน์โหลดไฟล์ส่วนขยาย SEQTA Vanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✨ 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kekoobmbfdkempioiihnepdnapdpdaok |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seqta-vanced/kekoobmbfdkempioiihnepdnapdpdaok |
| คำอธิบาย | An advanced and powerful extension that provides dark-mode and custom themes for SEQTA. |
| ขนาดไฟล์ | 1.07 MB |
| จำนวนการติดตั้ง | 322 |
| เวอร์ชันปัจจุบัน | 1.2.2 |
| อัปเดตครั้งล่าสุด | 2024-02-17 |
| วันที่เผยแพร่ | 2023-06-14 |
| คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Max |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/maxtull/SEQTAVanced |
| ภาษาที่รองรับ | 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"
} | |