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é es Teachable Course Length - Dev?

Teachable Course Length - Dev es una extensión de Chrome desarrollada por uhdedev, y su función principal es "Find out how long a teachable course is and how much of the course you've done and have remaining".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Teachable Course Length - Dev

Descarga archivos de extensión Teachable Course Length - Dev en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Teachable Course Length - Dev Teachable Course Length - Dev
ID pnjcjljkhooleifebhapfmafmmaokfap
URL Oficial https://chromewebstore.google.com/detail/teachable-course-length-d/pnjcjljkhooleifebhapfmafmmaokfap
Descripción Find out how long a teachable course is and how much of the course you've done and have remaining
Tamaño del Archivo 27.69 KB
Cantidad de Instalaciones 72
Versión Actual 0.0.3
Última Actualización 2020-09-08
Fecha de Publicación 2020-05-17
Desarrollador uhdedev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://uhded.com/teachable-course-length-chrome-extension
URL de la Página de Ayuda https://uhded.com/teachable-course-length-chrome-extension
Idiomas Soportados 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"
    }
}