Students test helper

Students test helper

Co je Students test helper?

Students test helper je rozšíření Chrome vyvinuté karim4bibip, a jeho hlavní funkcí je „Students test helper“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Students test helper

Stáhněte si soubory rozšíření Students test helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Додаток для студентів НУБІПа
Він доповнює сайт ельорн відповідями                    

Základní Informace o Rozšíření

Název Students test helper Students test helper
ID dbfpodedfehloekmfhmjdadipnbfhhng
Oficiální URL https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng
Popis Students test helper
Velikost souboru 102 KB
Počet instalací 226
Aktuální Verze 2.0.0
Poslední Aktualizace 2021-04-28
Datum Vydání 2021-04-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář karim4bibip
E-mail [email protected]
Typ Platby free
Podporované Jazyky uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Students test helper",
    "description": "Students test helper",
    "version": "2.0.0",
    "permissions": [
        "https:\/\/elearn.nubip.edu.ua\/*",
        "https:\/\/stormy-refuge-88605.herokuapp.com\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearn.nubip.edu.ua\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "DBWorker.js",
                "content.js"
            ]
        }
    ]
}