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
公式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
Eメール [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"
    }
}