Nigelify

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

什么是Nigelify?

Nigelify是由Luke Wright开发的Chrome扩展程序,该扩展的主要功能是“Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.”。

扩展截图

screenshot
screenshot
screenshot

下载Nigelify扩展crx文件

下载Nigelify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
    ]
}