elearning-helper
This extension helps you do quizzes of elearning
Co to jest elearning-helper?
elearning-helper to rozszerzenie Chrome opracowane przez sbbird, a jego główną funkcją jest „This extension helps you do quizzes of elearning”.
Pobierz plik CRX rozszerzenia elearning-helper
Pobierz pliki rozszerzeń elearning-helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension helps you do quizzes of elearning Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hkgimchmhlfklnpecieapmldidomlkbd |
| Oficjalny URL | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
| Opis | This extension helps you do quizzes of elearning |
| Rozmiar pliku | 4.6 KB |
| Liczba instalacji | 46 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2017-02-20 |
| Data Publikacji | 2017-02-20 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | sbbird |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |