Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Wat is Nigelify?
Nigelify is een Chrome-extensie ontwikkeld door Luke Wright, en de belangrijkste functie is "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nigelify
Download Nigelify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nhoampnninjcokgigafneomfbjofdacg |
Officiële URL | https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg |
Beschrijving | Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry. |
Bestandsgrootte | 36 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2013-09-19 |
Publicatiedatum | 2013-09-18 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Luke Wright |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |