elearning-helper
This extension helps you do quizzes of elearning
Vad är elearning-helper?
elearning-helper är en Chrome-tillägg utvecklad av sbbird, och dess huvudfunktion är "This extension helps you do quizzes of elearning".
Ladda ner elearning-helper-förlängningens CRX-fil
Ladda ner elearning-helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension helps you do quizzes of elearning
Grundläggande Information om Tillägg
Namn | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
Officiell webbadress | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
Beskrivning | This extension helps you do quizzes of elearning |
Filstorlek | 4.6 KB |
Antal Installationer | 46 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2017-02-20 |
Publiceringsdatum | 2017-02-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | sbbird |
Betalningssätt | free |
Stödda Språk | 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" } ] } |