Everything is Gothic

For when you want your web browsing to have a bit more of a gothic flare to it.

Что такое Everything is Gothic?

Everything is Gothic - это расширение Chrome, разработанное emily hummel, и его основная функция - "For when you want your web browsing to have a bit more of a gothic flare to it.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Everything is Gothic

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

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

                        Feeling the need to live a bit more in the 19th century? Looking for dark moors, secrets, libraries, and suitors that don't have your best interest at heart?                    

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

Название Everything is Gothic Everything is Gothic
ID njkfbecnecfdgpdgpmjgfabnjhinjcmc
Официальный URL https://chromewebstore.google.com/detail/everything-is-gothic/njkfbecnecfdgpdgpmjgfabnjhinjcmc
Описание For when you want your web browsing to have a bit more of a gothic flare to it.
Размер файла 41.98 KB
Количество установок 272
Текущая Версия 1.0
Последнее Обновление 2015-07-21
Дата публикации 2015-07-20
Рейтинг 3.50/5 Всего 10 оценок
Разработчик emily hummel
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everything is Gothic",
    "version": "1.0",
    "description": "For when you want your web browsing to have a bit more of a gothic flare to it.",
    "author": "Emily Hummel",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}