SA Loadshedding
Loadshedding extension for South Africa
SA Loadsheddingとは何ですか?
SA LoadsheddingはRuandvによって開発されたChromeの拡張機能で、その主な機能は「Loadshedding extension for South Africa」です。
拡張機能のスクリーンショット
SA Loadshedding拡張機能のCRXファイルをダウンロード
SA Loadshedding拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This application retrieves the data from Eskom and display the relevant schedules                     拡張機能の基本情報
| 名前 |   |  
| ID | kimgidimkmnodhofdbaphbnpnmjlajpf | 
| 公式URL | https://chromewebstore.google.com/detail/sa-loadshedding/kimgidimkmnodhofdbaphbnpnmjlajpf | 
| 説明 | Loadshedding extension for South Africa | 
| ファイルサイズ | 1.32 MB | 
| インストール数 | 174 | 
| 現在のバージョン | 2.0.33 | 
| 最終更新日 | 2023-11-07 | 
| 公開日 | 2022-05-11 | 
| 評価 | 2.75/5 合計 4 レビュー | 
| 開発者 | Ruandv | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript | 
| ヘルプページのURL | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript | 
| プライバシーポリシーページのURL | https://ruandv.github.io/loadshedding | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.33",
    "default_locale": "en",
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "19": "images\/get_started19.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "19": "images\/get_started19.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SA Loadshedding"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/loadshedding.eskom.co.za\/*",
        "https:\/\/sa-loadshedding-api.azurewebsites.net\/*"
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    }
}  |  |