Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

Что такое Developer Excuses?

Developer Excuses - это расширение Chrome, разработанное Louis Grasset, и его основная функция - "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

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

screenshot

Скачать файл CRX расширения Developer Excuses

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

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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

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

Название Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
Официальный URL https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
Описание Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Размер файла 120 KB
Количество установок 70
Текущая Версия 0.2.2
Последнее Обновление 2017-09-17
Дата публикации 2017-09-17
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Louis Grasset
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}