Nigelify

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

Co to jest Nigelify?

Nigelify to rozszerzenie Chrome opracowane przez Luke Wright, a jego główną funkcją jest „Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Nigelify

Pobierz pliki rozszerzeń Nigelify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
Oficjalny URL https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
Opis Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Rozmiar pliku 36 KB
Liczba instalacji 47
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-09-19
Data Publikacji 2013-09-18
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper Luke Wright
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}