elearning-helper
This extension helps you do quizzes of elearning
Co je elearning-helper?
elearning-helper je rozšíření Chrome vyvinuté sbbird, a jeho hlavní funkcí je „This extension helps you do quizzes of elearning“.
Stáhnout soubor CRX rozšíření elearning-helper
Stáhněte si soubory rozšíření elearning-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í
This extension helps you do quizzes of elearning
Základní Informace o Rozšíření
Název | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
Oficiální URL | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
Popis | This extension helps you do quizzes of elearning |
Velikost souboru | 4.6 KB |
Počet instalací | 46 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2017-02-20 |
Datum Vydání | 2017-02-20 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | sbbird |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "elearning-helper", "description": "This extension helps you do quizzes of elearning", "version": "1.2.1", "content_scripts": [ { "matches": [ "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*", "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*" ], "js": [ "scripts\/disp.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM_apac\/rakuten\/*", "https:\/\/rakuten.plateau.com\/icontent_e\/CUSTOM\/rakuten\/*" ], "js": [ "scripts\/disable-history.js" ], "run_at": "document_start" } ] } |