Nigelify

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

Cos'è Nigelify?

Nigelify è un'estensione di Chrome sviluppata da Luke Wright, e la sua funzione principale è "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nigelify

Scarica i file di estensione Nigelify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
URL Ufficiale https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Descrizione Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Dimensione del File 36 KB
Conteggio Installazioni 47
Versione Corrente 0.2
Ultimo Aggiornamento 2013-09-19
Data di Pubblicazione 2013-09-18
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore Luke Wright
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}