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”。

擴展截圖

screenshot
screenshot

下載KPI scedule fixer擴展crx文件

下載KPI scedule fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов                    

擴展基本資訊

名稱 KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
官方網址 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"
    }
}