Nigelify

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

¿Qué es Nigelify?

Nigelify es una extensión de Chrome desarrollada por Luke Wright, y su función principal es "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nigelify

Descarga archivos de extensión Nigelify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
URL Oficial https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Descripción Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Tamaño del Archivo 36 KB
Cantidad de Instalaciones 47
Versión Actual 0.2
Última Actualización 2013-09-19
Fecha de Publicación 2013-09-18
Calificación 4.25/5 Total de 8 Calificaciones
Desarrollador Luke Wright
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}