Vulcan++
An extension that shows your GPA in Vulcan
Vulcan++คืออะไร?
Vulcan++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Borowy Alan และคุณลักษณะหลักของมันคือ "An extension that shows your GPA in Vulcan"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vulcan++
ดาวน์โหลดไฟล์ส่วนขยาย Vulcan++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that shows your GPA in Vulcan. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | elfcmaldfijgmefmnhniklncdbhphhnb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vulcan++/elfcmaldfijgmefmnhniklncdbhphhnb |
| คำอธิบาย | An extension that shows your GPA in Vulcan |
| ขนาดไฟล์ | 29.82 KB |
| จำนวนการติดตั้ง | 14 |
| เวอร์ชันปัจจุบัน | 0.1.0 |
| อัปเดตครั้งล่าสุด | 2019-06-13 |
| วันที่เผยแพร่ | 2019-06-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Borowy Alan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vulcan++",
"version": "0.1.0",
"description": "An extension that shows your GPA in Vulcan",
"content_scripts": [
{
"matches": [
"https:\/\/uonetplus-opiekun.vulcan.net.pl\/*\/*\/Oceny.mvc\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |