Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Apa itu Nigelify?
Nigelify adalah ekstensi Chrome yang dikembangkan oleh Luke Wright, dan fitur utamanya adalah "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nigelify
Unduh file ekstensi Nigelify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nhoampnninjcokgigafneomfbjofdacg |
URL Resmi | https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg |
Deskripsi | Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry. |
Ukuran File | 36 KB |
Jumlah Instalasi | 47 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2013-09-19 |
Tanggal Publikasi | 2013-09-18 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | Luke Wright |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |