Ufora Dark Mode

Dark Mode for Ufora

Что такое Ufora Dark Mode?

Ufora Dark Mode - это расширение Chrome, разработанное Seppe, и его основная функция - "Dark Mode for Ufora".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Ufora Dark Mode

Скачайте файлы расширений Ufora Dark Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Ufora Dark Mode Ufora Dark Mode
ID gjcablcdkfcgeekhopdomejlaifdejjf
Официальный URL https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf
Описание Dark Mode for Ufora
Размер файла 23.89 KB
Количество установок 161
Текущая Версия 1.0.1
Последнее Обновление 2022-12-17
Дата публикации 2021-01-09
Рейтинг 4.33/5 Всего 6 оценок
Разработчик Seppe
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/SeppeM8/Ufora-Darkmode/issues
Поддерживаемые языки 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"
    }
}