Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Co je Nigelify?
Nigelify je rozšíření Chrome vyvinuté Luke Wright, a jeho hlavní funkcí je „Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nigelify
Stáhněte si soubory rozšíření Nigelify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nhoampnninjcokgigafneomfbjofdacg |
Oficiální URL | https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg |
Popis | Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry. |
Velikost souboru | 36 KB |
Počet instalací | 47 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2013-09-19 |
Datum Vydání | 2013-09-18 |
Hodnocení | 4.25/5 Celkem 8 Hodnocení |
Vývojář | Luke Wright |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |