Class Countdown Extension
The chrome extension for Class Countdown
Class Countdown Extensionคืออะไร?
Class Countdown Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย girraweencountdown และคุณลักษณะหลักของมันคือ "The chrome extension for Class Countdown"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Class Countdown Extension
ดาวน์โหลดไฟล์ส่วนขยาย Class Countdown Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Class Countdown chrome extension allows you to see how long you have left until the end of each lesson without even having Class Countdown open!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Class Countdown Extension |
ID | lompgalcaddbggjgbmicgimelihccdpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/class-countdown-extension/lompgalcaddbggjgbmicgimelihccdpe |
คำอธิบาย | The chrome extension for Class Countdown |
ขนาดไฟล์ | 204 KB |
จำนวนการติดตั้ง | 552 |
เวอร์ชันปัจจุบัน | 0.1.11 |
อัปเดตครั้งล่าสุด | 2022-04-07 |
วันที่เผยแพร่ | 2021-07-26 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | girraweencountdown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.classcountdown.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Class Countdown Extension", "description": "The chrome extension for Class Countdown", "version": "0.1.11", "background": { "scripts": [ "dist\/background.js" ] }, "permissions": [ "https:\/\/*.classcountdown.com\/api\/*", "storage", "notifications", "unlimitedStorage" ], "browser_action": { "default_title": "Class Countdown", "default_popup": "view\/index.html", "default_icon": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" } }, "icons": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.classcountdown.com\/" ], "js": [ "dist\/content.js" ] } ] } |