SA Loadshedding
Loadshedding extension for South Africa
Qu'est-ce que SA Loadshedding ?
SA Loadshedding est une extension Chrome développée par Ruandv, et sa fonction principale est "Loadshedding extension for South Africa".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SA Loadshedding
Téléchargez les fichiers d'extension SA Loadshedding au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This application retrieves the data from Eskom and display the relevant schedules
Informations de Base sur l'Extension
Nom | SA Loadshedding |
ID | kimgidimkmnodhofdbaphbnpnmjlajpf |
URL Officiel | https://chromewebstore.google.com/detail/sa-loadshedding/kimgidimkmnodhofdbaphbnpnmjlajpf |
Description | Loadshedding extension for South Africa |
Taille du Fichier | 1.32 MB |
Nombre d'Installations | 174 |
Version Actuelle | 2.0.33 |
Dernière Mise à Jour | 2023-11-07 |
Date de Publication | 2022-05-11 |
Évaluation | 2.75/5 Total 4 Évaluations |
Développeur | Ruandv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript |
URL de la Page d'Aide | https://github.com/Ruandv/Chrome_Eskom_Extension_Typescript |
URL de la Page de Politique de Confidentialité | https://ruandv.github.io/loadshedding |
Langues Prises en Charge | 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 } } |