Howdou for students

An even better experience when interacting with Howdous

O que é Howdou for students?

Howdou for students é uma extensão do Chrome desenvolvida por https://howdou.net, e sua principal característica é "An even better experience when interacting with Howdous".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Howdou for students

Baixe arquivos de extensão Howdou for students 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

                        By enabling Enhanced mode, Howdous will open in fullscreen to give you an overall better experience on smaller screens. Enjoy!

Works great for teachers too in combination with Howdou for Google Classroom.                    

Informações Básicas da Extensão

Nome Howdou for students Howdou for students
ID hhmmcipnlmcfagedhigcbioeopgjelnn
URL Oficial https://chromewebstore.google.com/detail/howdou-for-students/hhmmcipnlmcfagedhigcbioeopgjelnn
Descrição An even better experience when interacting with Howdous
Tamanho do Arquivo 19.09 KB
Contagem de Instalações 1,000
Versão Atual 1.0.6
Última Atualização 2023-12-15
Data de Publicação 2023-11-26
Desenvolvedor https://howdou.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://howdou.net
URL da Página de Ajuda https://howdou.net
URL da Página de Política de Privacidade https://howdou.net/privacy_howdou.html
Idiomas Suportados en,es,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.howdou.net\/*"
    ],
    "action": {
        "default_icon": {
            "128": "img\/hd_white_128.png",
            "48": "img\/hd_white_48.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "options.html"
    },
    "icons": {
        "128": "img\/hd_white_128.png",
        "48": "img\/hd_white_48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "embed_additions.js"
            ],
            "matches": [
                "https:\/\/embed.howdou.net\/gcstudent.php*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "embed_additions.js"
            ],
            "matches": [
                "https:\/\/embed.howdou.net\/projectend.php*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "embed_additions.js"
            ],
            "matches": [
                "https:\/\/embed.howdou.net\/embedindex.fs.3.php*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "embed_additions.js"
            ],
            "matches": [
                "https:\/\/embed.howdou.net\/gcpcard.php*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}