Ufora Dark Mode

Dark Mode for Ufora

Apa itu Ufora Dark Mode?

Ufora Dark Mode adalah ekstensi Chrome yang dikembangkan oleh Seppe, dan fitur utamanya adalah "Dark Mode for Ufora".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ufora Dark Mode

Unduh file ekstensi Ufora Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ufora Dark Mode Ufora Dark Mode
ID gjcablcdkfcgeekhopdomejlaifdejjf
URL Resmi https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf
Deskripsi Dark Mode for Ufora
Ukuran File 23.89 KB
Jumlah Instalasi 161
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-12-17
Tanggal Publikasi 2021-01-09
Penilaian 4.33/5 Total 6 Penilaian
Pengembang Seppe
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/SeppeM8/Ufora-Darkmode/issues
Bahasa yang Didukung 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"
    }
}