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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out how long a teachable course is and how much of the course you've done and have remaining"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teachable Course Length - Dev एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}