Students test helper
Students test helper
什么是Students test helper?
Students test helper是由karim4bibip开发的Chrome扩展程序,该扩展的主要功能是“Students test helper”。
扩展截图
下载Students test helper扩展crx文件
下载Students test helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Додаток для студентів НУБІПа Він доповнює сайт ельорн відповідями
扩展基本信息
名称 | Students test helper |
ID | dbfpodedfehloekmfhmjdadipnbfhhng |
官方URL | https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng |
简介 | Students test helper |
文件大小 | 102 KB |
安装次数 | 226 |
当前版本 | 2.0.0 |
更新时间 | 2021-04-28 |
上架时间 | 2021-04-28 |
评分 | 5.00/5 共2次评分 |
开发者 | karim4bibip |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Students test helper", "description": "Students test helper", "version": "2.0.0", "permissions": [ "https:\/\/elearn.nubip.edu.ua\/*", "https:\/\/stormy-refuge-88605.herokuapp.com\/*" ], "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/elearn.nubip.edu.ua\/*" ], "run_at": "document_idle", "js": [ "DBWorker.js", "content.js" ] } ] } |