Teachable Booster

Add the missing elements to every like section time, running time to Teachable courses.

O que é Teachable Booster?

Teachable Booster é uma extensão do Chrome desenvolvida por https://mayankraj.com, e sua principal característica é "Add the missing elements to every like section time, running time to Teachable courses.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Teachable Booster

Baixe arquivos de extensão Teachable Booster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Add few missing elements to every Teachable course like...

> View the time by your playback speed rewind fast_forward: You might watch lectures at your own playback speed. It's too much mental maths to estimate how much time a lecture/section would take at your own speed. Now it's right besides the section and lectures.
> View Section Time hourglass: To plan better, you might want to know how much a particular section would take including all the lectures in that section. Now you can see the overall time for each section.
> View Running time for each lecture alarm_clock: With this now you can see the cumulative total of all the lectures in a section up until that lecture                    

Informações Básicas da Extensão

Nome Teachable Booster Teachable Booster
ID daedpogehlchpldjgbnnloodlmanekec
URL Oficial https://chromewebstore.google.com/detail/teachable-booster/daedpogehlchpldjgbnnloodlmanekec
Descrição Add the missing elements to every like section time, running time to Teachable courses.
Tamanho do Arquivo 224 KB
Contagem de Instalações 68
Versão Atual 1.1
Última Atualização 2020-08-06
Data de Publicação 2020-08-02
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://mayankraj.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rajmayank/Teachable-Booster
URL da Página de Ajuda https://mayankraj.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teachable Booster",
    "description": "Add the missing elements to every like section time, running time to Teachable courses.",
    "version": "1.1",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/32x32.png",
            "64": "icons\/64x64.png",
            "256": "icons\/256x256.png",
            "512": "icons\/512x512.png"
        }
    },
    "permissions": [
        "activeTab",
        ""
    ]
}