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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uhdedev, και η κύρια λειτουργία του είναι "Find out how long a teachable course is and how much of the course you've done and have remaining".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Teachable Course Length - Dev

Λήψη αρχείων επέκτασης 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
Επίσημο 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}