Teachable Course Length - Dev
Find out how long a teachable course is and how much of the course you've done and have remaining
Co je Teachable Course Length - Dev?
Teachable Course Length - Dev je rozšíření Chrome vyvinuté uhdedev, a jeho hlavní funkcí je „Find out how long a teachable course is and how much of the course you've done and have remaining“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Teachable Course Length - Dev
Stáhněte si soubory rozšíření Teachable Course Length - Dev ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Teachable Course Length - Dev |
ID | pnjcjljkhooleifebhapfmafmmaokfap |
Oficiální URL | https://chromewebstore.google.com/detail/teachable-course-length-d/pnjcjljkhooleifebhapfmafmmaokfap |
Popis | Find out how long a teachable course is and how much of the course you've done and have remaining |
Velikost souboru | 27.69 KB |
Počet instalací | 72 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2020-09-08 |
Datum Vydání | 2020-05-17 |
Vývojář | uhdedev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://uhded.com/teachable-course-length-chrome-extension |
URL Stránky Nápovědy | https://uhded.com/teachable-course-length-chrome-extension |
Podporované Jazyky | 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" } } |