Nigelify

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

O que é Nigelify?

Nigelify é uma extensão do Chrome desenvolvida por Luke Wright, e sua principal característica é "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nigelify

Baixe arquivos de extensão Nigelify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
URL Oficial https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Descrição Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Tamanho do Arquivo 36 KB
Contagem de Instalações 47
Versão Atual 0.2
Última Atualização 2013-09-19
Data de Publicação 2013-09-18
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor Luke Wright
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}