Teachable Course Length - Dev
Find out how long a teachable course is and how much of the course you've done and have remaining
Cos'è Teachable Course Length - Dev?
Teachable Course Length - Dev è un'estensione di Chrome sviluppata da uhdedev, e la sua funzione principale è "Find out how long a teachable course is and how much of the course you've done and have remaining".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Teachable Course Length - Dev
Scarica i file di estensione Teachable Course Length - Dev in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Teachable Course Length - Dev |
ID | pnjcjljkhooleifebhapfmafmmaokfap |
URL Ufficiale | https://chromewebstore.google.com/detail/teachable-course-length-d/pnjcjljkhooleifebhapfmafmmaokfap |
Descrizione | Find out how long a teachable course is and how much of the course you've done and have remaining |
Dimensione del File | 27.69 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2020-09-08 |
Data di Pubblicazione | 2020-05-17 |
Sviluppatore | uhdedev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://uhded.com/teachable-course-length-chrome-extension |
URL della Pagina di Aiuto | https://uhded.com/teachable-course-length-chrome-extension |
Lingue Supportate | 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" } } |