Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Qu'est-ce que Nigelify ?
Nigelify est une extension Chrome développée par Luke Wright, et sa fonction principale est "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nigelify
Téléchargez les fichiers d'extension Nigelify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nhoampnninjcokgigafneomfbjofdacg |
URL Officiel | https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg |
Description | Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry. |
Taille du Fichier | 36 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2013-09-19 |
Date de Publication | 2013-09-18 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Luke Wright |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |