elearning-helper
This extension helps you do quizzes of elearning
Qu'est-ce que elearning-helper ?
elearning-helper est une extension Chrome développée par sbbird, et sa fonction principale est "This extension helps you do quizzes of elearning".
Télécharger le fichier CRX de l'extension elearning-helper
Téléchargez les fichiers d'extension elearning-helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension helps you do quizzes of elearning
Informations de Base sur l'Extension
Nom | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
URL Officiel | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
Description | This extension helps you do quizzes of elearning |
Taille du Fichier | 4.6 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2017-02-20 |
Date de Publication | 2017-02-20 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | sbbird |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |