Teachable Course Length - Dev

Find out how long a teachable course is and how much of the course you've done and have remaining

Qu'est-ce que Teachable Course Length - Dev ?

Teachable Course Length - Dev est une extension Chrome développée par uhdedev, et sa fonction principale est "Find out how long a teachable course is and how much of the course you've done and have remaining".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Teachable Course Length - Dev

Téléchargez les fichiers d'extension Teachable Course Length - Dev au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Teachable Course Length - Dev Teachable Course Length - Dev
ID pnjcjljkhooleifebhapfmafmmaokfap
URL Officiel https://chromewebstore.google.com/detail/teachable-course-length-d/pnjcjljkhooleifebhapfmafmmaokfap
Description Find out how long a teachable course is and how much of the course you've done and have remaining
Taille du Fichier 27.69 KB
Nombre d'Installations 72
Version Actuelle 0.0.3
Dernière Mise à Jour 2020-09-08
Date de Publication 2020-05-17
Développeur uhdedev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://uhded.com/teachable-course-length-chrome-extension
URL de la Page d'Aide https://uhded.com/teachable-course-length-chrome-extension
Langues Prises en Charge 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"
    }
}