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」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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"
    }
} | |