Howdou for students

An even better experience when interacting with Howdous

什么是Howdou for students?

Howdou for students是由https://howdou.net开发的Chrome扩展程序,该扩展的主要功能是“An even better experience when interacting with Howdous”。

扩展截图

screenshot

下载Howdou for students扩展crx文件

下载Howdou for students扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Howdou for students Howdou for students
ID hhmmcipnlmcfagedhigcbioeopgjelnn
官方URL https://chromewebstore.google.com/detail/howdou-for-students/hhmmcipnlmcfagedhigcbioeopgjelnn
简介 An even better experience when interacting with Howdous
文件大小 19.09 KB
安装次数 1,000
当前版本 1.0.6
更新时间 2023-12-15
上架时间 2023-11-26
开发者 https://howdou.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://howdou.net
帮助页面URL https://howdou.net
隐私政策页面URL https://howdou.net/privacy_howdou.html
支持的语言 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"
        }
    ]
}