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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}