Teachable Booster

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

Teachable Booster란 무엇입니까?

Teachable Booster은(는) https://mayankraj.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the missing elements to every like section time, running time to Teachable courses."입니다.

확장 프로그램 스크린샷

screenshot

Teachable Booster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}