Teachable Course Length - Dev
Find out how long a teachable course is and how much of the course you've done and have remaining
Teachable Course Length - Devคืออะไร?
Teachable Course Length - Dev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uhdedev และคุณลักษณะหลักของมันคือ "Find out how long a teachable course is and how much of the course you've done and have remaining"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teachable Course Length - Dev
ดาวน์โหลดไฟล์ส่วนขยาย Teachable Course Length - Dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free Extension: Get your license key here : https://gumroad.com/l/kORrT Features: - Find out how long the course is - Find out how many lessons in the course - Find out how many lessons and how much of the course you have completed - Find out how many lessons and how much time is left until you finish the course Important: For the extension to work you need to be in a teachable course listing that contains the amount of time per lesson. I've taken a lot of teachable courses and always feel frustrated not being able to see exactly how long a course is. So I create this extension to easily help you see.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teachable Course Length - Dev |
ID | pnjcjljkhooleifebhapfmafmmaokfap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teachable-course-length-d/pnjcjljkhooleifebhapfmafmmaokfap |
คำอธิบาย | Find out how long a teachable course is and how much of the course you've done and have remaining |
ขนาดไฟล์ | 27.69 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2020-09-08 |
วันที่เผยแพร่ | 2020-05-17 |
ผู้พัฒนา | uhdedev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://uhded.com/teachable-course-length-chrome-extension |
URL หน้าช่วยเหลือ | https://uhded.com/teachable-course-length-chrome-extension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teachable Course Length - Dev", "version": "0.0.3", "description": "Find out how long a teachable course is and how much of the course you've done and have remaining", "offline_enabled": false, "author": "[email protected]", "permissions": [ "storage", "*:\/\/api.gumroad.com\/*", "activeTab" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default": "16.png", "default_popup": "popup.html" } } |