SA Loadshedding

Loadshedding extension for South Africa

什麼是SA Loadshedding?

SA Loadshedding是由Ruandv開發的Chrome擴展程式,該擴展的主要功能是“Loadshedding extension for South Africa”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SA Loadshedding擴展crx文件

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

擴展使用說明

                        This application retrieves the data from Eskom and display the relevant schedules                    

擴展基本資訊

名稱 SA Loadshedding SA Loadshedding
ID kimgidimkmnodhofdbaphbnpnmjlajpf
官方網址 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
電子郵箱 [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
    }
}