elearning-helper
This extension helps you do quizzes of elearning
What is elearning-helper?
elearning-helper is a Chrome extension developed by sbbird, and its main feature is "This extension helps you do quizzes of elearning".
Download elearning-helper Extension CRX File
Download elearning-helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you do quizzes of elearning
Extension Basic Information
Name | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
Official URL | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
Description | This extension helps you do quizzes of elearning |
File Size | 4.6 KB |
Installation Count | 46 |
Current Version | 1.2.1 |
Last Updated | 2017-02-20 |
Publish Date | 2017-02-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | sbbird |
Payment Type | free |
Supported Languages | 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" } ] } |