KPI scedule fixer
The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
O que é KPI scedule fixer?
KPI scedule fixer é uma extensão do Chrome desenvolvida por maksterekhov1704, e sua principal característica é "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KPI scedule fixer
Baixe arquivos de extensão KPI scedule fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов
Informações Básicas da Extensão
Nome | KPI scedule fixer |
ID | eghemfbcldijcjjhfocnaplahkpkaflh |
URL Oficial | https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh |
Descrição | The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects |
Tamanho do Arquivo | 10.59 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.1 |
Última Atualização | 2021-09-01 |
Data de Publicação | 2021-08-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | maksterekhov1704 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |