Nigelify

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

Nigelify क्या है?

Nigelify Luke Wright द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nigelify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Nigelify Nigelify
ID nhoampnninjcokgigafneomfbjofdacg
आधिकारिक URL https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg
विवरण Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
फ़ाइल का आकार 36 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.2
अंतिम अपडेट 2013-09-19
प्रकाशन तिथि 2013-09-18
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर Luke Wright
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/"
    ]
}