Ufora Dark Mode
Dark Mode for Ufora
Was ist Ufora Dark Mode?
Ufora Dark Mode ist eine Chrome-Erweiterung, die von Seppe entwickelt wurde, und ihr Hauptmerkmal ist "Dark Mode for Ufora".
Erweiterungsscreenshots
Ufora Dark Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ufora Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
INSTRUCTIONS
1) Click the extension icon to open the menu
2) Customize the colors as desired
3) Toggle extra options on/off
FEATURES
- Changes the appearance of ufora.ugent.be
- Changes the appearance of the login page (optional)
- All colors are fully customizable
- 5 slots to save colorsettings
PERMISSIONS
- Modify websites of UGent
- Browsing activity: Check what is current url is Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gjcablcdkfcgeekhopdomejlaifdejjf |
| Offizielle URL | https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf |
| Beschreibung | Dark Mode for Ufora |
| Dateigröße | 23.89 KB |
| Installationsanzahl | 161 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-12-17 |
| Veröffentlichungsdatum | 2021-01-09 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | Seppe |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/SeppeM8/Ufora-Darkmode/issues |
| Unterstützte Sprachen | en,nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ufora Dark Mode",
"version": "1.0.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "Icons\/icon16.png",
"48": "Icons\/icon48.png",
"128": "Icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/*.ugent.be\/*"
],
"action": {
"default_popup": "popup.html"
}
} | |