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
官方網址 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\/"
    ]
}