Howdou for students

An even better experience when interacting with Howdous

Howdou for students là gì?

Howdou for students là một tiện ích mở rộng Chrome được phát triển bởi https://howdou.net, và tính năng chính của nó là "An even better experience when interacting with Howdous".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Howdou for students

Tải xuống các tệp mở rộng Howdou for students dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Howdou for students Howdou for students
ID hhmmcipnlmcfagedhigcbioeopgjelnn
URL Chính Thức https://chromewebstore.google.com/detail/howdou-for-students/hhmmcipnlmcfagedhigcbioeopgjelnn
Mô tả An even better experience when interacting with Howdous
Kích Thước Tệp 19.09 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2023-11-26
Nhà Phát Triển https://howdou.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://howdou.net
URL Trang Trợ Giúp https://howdou.net
URL Trang Chính Sách Bảo Mật https://howdou.net/privacy_howdou.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}