KPI scedule fixer
The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
什么是KPI scedule fixer?
KPI scedule fixer是由maksterekhov1704开发的Chrome扩展程序,该扩展的主要功能是“The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects”。
扩展截图
下载KPI scedule fixer扩展crx文件
下载KPI scedule fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов
扩展基本信息
名称 | KPI scedule fixer |
ID | eghemfbcldijcjjhfocnaplahkpkaflh |
官方URL | https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh |
简介 | The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects |
文件大小 | 10.59 KB |
安装次数 | 88 |
当前版本 | 1.1 |
更新时间 | 2021-09-01 |
上架时间 | 2021-08-31 |
评分 | 5.00/5 共1次评分 |
开发者 | maksterekhov1704 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1", "name": "KPI scedule fixer", "description": "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects", "content_scripts": [ { "matches": [ "*:\/\/*.rozklad.kpi.ua\/*" ], "js": [ "KPI_Scedule_fixer.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "action": { "default_title": "KPI Scedule fixer", "default_icon": "icon-128.png", "default_popup": "popup.html" } } |