KPI scedule fixer
The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
What is KPI scedule fixer?
KPI scedule fixer is a Chrome extension developed by maksterekhov1704, and its main feature is "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".
Extension Screenshots
Download KPI scedule fixer Extension CRX File
Download KPI scedule fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов
Extension Basic Information
Name | KPI scedule fixer |
ID | eghemfbcldijcjjhfocnaplahkpkaflh |
Official URL | https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh |
Description | The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects |
File Size | 10.59 KB |
Installation Count | 88 |
Current Version | 1.1 |
Last Updated | 2021-09-01 |
Publish Date | 2021-08-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | maksterekhov1704 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |