Nigelify

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

Vad är Nigelify?

Nigelify är en Chrome-tillägg utvecklad av Luke Wright, och dess huvudfunktion är "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nigelify-förlängningens CRX-fil

Ladda ner Nigelify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
Officiell webbadress https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Beskrivning Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Filstorlek 36 KB
Antal Installationer 47
Aktuell Version 0.2
Senast Uppdaterad 2013-09-19
Publiceringsdatum 2013-09-18
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Luke Wright
Betalningssätt free
Stödda Språk 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\/"
    ]
}