elearning-helper
This extension helps you do quizzes of elearning
elearning-helper क्या है?
elearning-helper sbbird द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you do quizzes of elearning"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में elearning-helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you do quizzes of elearning
एक्सटेंशन की मूल जानकारी
नाम | elearning-helper |
ID | hkgimchmhlfklnpecieapmldidomlkbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/elearning-helper/hkgimchmhlfklnpecieapmldidomlkbd |
विवरण | This extension helps you do quizzes of elearning |
फ़ाइल का आकार | 4.6 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2017-02-20 |
प्रकाशन तिथि | 2017-02-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | sbbird |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |