Teachable Booster

Add the missing elements to every like section time, running time to Teachable courses.

Teachable Boosterคืออะไร?

Teachable Booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mayankraj.com และคุณลักษณะหลักของมันคือ "Add the missing elements to every like section time, running time to Teachable courses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teachable Booster

ดาวน์โหลดไฟล์ส่วนขยาย Teachable Booster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add few missing elements to every Teachable course like...

> View the time by your playback speed rewind fast_forward: You might watch lectures at your own playback speed. It's too much mental maths to estimate how much time a lecture/section would take at your own speed. Now it's right besides the section and lectures.
> View Section Time hourglass: To plan better, you might want to know how much a particular section would take including all the lectures in that section. Now you can see the overall time for each section.
> View Running time for each lecture alarm_clock: With this now you can see the cumulative total of all the lectures in a section up until that lecture                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Teachable Booster Teachable Booster
ID daedpogehlchpldjgbnnloodlmanekec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teachable-booster/daedpogehlchpldjgbnnloodlmanekec
คำอธิบาย Add the missing elements to every like section time, running time to Teachable courses.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-08-06
วันที่เผยแพร่ 2020-08-02
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mayankraj.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rajmayank/Teachable-Booster
URL หน้าช่วยเหลือ https://mayankraj.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teachable Booster",
    "description": "Add the missing elements to every like section time, running time to Teachable courses.",
    "version": "1.1",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/32x32.png",
            "64": "icons\/64x64.png",
            "256": "icons\/256x256.png",
            "512": "icons\/512x512.png"
        }
    },
    "permissions": [
        "activeTab",
        ""
    ]
}