Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Что такое Dark-Themed Chrome File Explorer?

Dark-Themed Chrome File Explorer - это расширение Chrome, разработанное https://a1noack.github.io, и его основная функция - "Makes the chrome file explorer dark-themed.".

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

screenshot
screenshot

Скачать файл CRX расширения Dark-Themed Chrome File Explorer

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

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

                        IN ORDER FOR IT TO FUNCTION, YOU MUST TURN ON "ALLOW ACCESS TO FILE URLS" IN THE DETAILS VIEW OF THE EXTENSION AFTER YOU HAVE INSTALLED IT.

Description: Simple extension that adds some styling to the chrome file explorer so that when one is browsing local files in chrome with the file:// protocol, everything is sleek and dark.                    

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

Название Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
Официальный URL https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Описание Makes the chrome file explorer dark-themed.
Размер файла 10.31 KB
Количество установок 142
Текущая Версия 0.5.0
Последнее Обновление 2018-06-23
Дата публикации 2018-06-23
Рейтинг 2.67/5 Всего 3 оценок
Разработчик https://a1noack.github.io
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark-Themed Chrome File Explorer",
    "version": "0.5.0",
    "description": "Makes the chrome file explorer dark-themed.",
    "icons": {
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/*"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}