elearning-helper
This extension helps you do quizzes of elearning
Apa itu elearning-helper?
elearning-helper adalah ekstensi Chrome yang dikembangkan oleh sbbird, dan fitur utamanya adalah "This extension helps you do quizzes of elearning".
Unduh Berkas CRX Ekstensi elearning-helper
Unduh file ekstensi elearning-helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension helps you do quizzes of elearning
Informasi Dasar Ekstensi
Nama | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
URL Resmi | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
Deskripsi | This extension helps you do quizzes of elearning |
Ukuran File | 4.6 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2017-02-20 |
Tanggal Publikasi | 2017-02-20 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | sbbird |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |