HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
HyperSEQTAคืออะไร?
HyperSEQTA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crazypersonalph.com และคุณลักษณะหลักของมันคือ "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HyperSEQTA
ดาวน์โหลดไฟล์ส่วนขยาย HyperSEQTA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The new and improved fork of BetterSEQTA, with bugfixes and style updates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HyperSEQTA |
ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
คำอธิบาย | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
ขนาดไฟล์ | 611 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2023-09-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://crazypersonalph.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hyperseqta.crazypersonalph.com |
URL หน้านโยบายความเป็นส่วนตัว | https://hyperseqta.crazypersonalph.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HyperSEQTA", "version": "2.1.0", "description": "A dark-themed Firefox\/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.", "icons": { "48": "icons\/icon-48.png" }, "action": { "browser_style": true, "default_popup": "popup\/info.html", "default_icon": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" } }, "permissions": [ "tabs", "notifications", "storage" ], "host_permissions": [ "https:\/\/newsapi.org\/", "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "optional_permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/*.edu.au\/*" ], "js": [ "seqta.js", "browser-polyfill.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "popup\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "inject\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "popup\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |