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은(는) uhdedev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out how long a teachable course is and how much of the course you've done and have remaining"입니다.

확장 프로그램 스크린샷

screenshot

Teachable Course Length - Dev 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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