Format: Dark

Save the eys, darkify

Что такое Format: Dark?

Format: Dark - это расширение Chrome, разработанное WebGL3D, и его основная функция - "Save the eys, darkify".

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

screenshot

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

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

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

                        This is really made and tailored just for me. Feel free to check out the source or use it. Do not expect maintenance or feature requests to be fulfilled.
https://github.com/WebGL3D/format-dark                    

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

Название Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
Официальный URL https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
Описание Save the eys, darkify
Размер файла 94.92 KB
Количество установок 602
Текущая Версия 1.1.4
Последнее Обновление 2021-08-17
Дата публикации 2019-09-07
Рейтинг 3.25/5 Всего 12 оценок
Разработчик WebGL3D
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/WebGL3D/format-dark
URL страницы политики конфиденциальности https://roblox.plus/about/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "name": "Format: Dark",
    "short_name": "Format: Dark",
    "description": "Save the eys, darkify",
    "icons": {
        "128": "\/images\/icons\/icon_128x128.png",
        "16": "\/images\/icons\/icon_16x16.png",
        "48": "\/images\/icons\/icon_64x64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/ext.js",
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/highlight.pack.js",
                "\/js\/lib\/beautify.js",
                "\/js\/lib\/cssbeautify.js",
                "\/js\/themes.js",
                "\/js\/preloadDark.js"
            ],
            "css": [
                "\/css\/output\/page-dark-common.css",
                "\/css\/output\/code\/dark-code.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/output\/documentation\/ietf.org.css"
            ],
            "matches": [
                "*:\/\/tools.ietf.org\/html\/*",
                "*:\/\/datatracker.ietf.org\/doc\/html\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/WebGL3D\/format-dark",
    "manifest_version": 2,
    "incognito": "split"
}