Howdou for students

An even better experience when interacting with Howdous

Τι είναι το Howdou for students;

Το Howdou for students είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://howdou.net, και η κύρια λειτουργία του είναι "An even better experience when interacting with Howdous".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Howdou for students

Λήψη αρχείων επέκτασης 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"
        }
    ]
}