Nigelify

Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.

Что такое Nigelify?

Nigelify - это расширение Chrome, разработанное Luke Wright, и его основная функция - "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension that with the click of a button replaces all images on the current page with gifs of Nigel Thornberry. Intended to make your browsing experience one million times better.                    

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

Название Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
Официальный URL https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Описание Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Размер файла 36 KB
Количество установок 47
Текущая Версия 0.2
Последнее Обновление 2013-09-19
Дата публикации 2013-09-18
Рейтинг 4.25/5 Всего 8 оценок
Разработчик Luke Wright
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigelify",
    "version": "0.2",
    "default_local": "en",
    "description": "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "nigelify"
    },
    "author": "Luke Wright",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}