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文件

下載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 Teachable Course Length - Dev
ID pnjcjljkhooleifebhapfmafmmaokfap
官方網址 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"
    }
}