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
官方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
电子邮箱 [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
    }
}