Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Nigelifyคืออะไร?
Nigelify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Wright และคุณลักษณะหลักของมันคือ "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nigelify
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nhoampnninjcokgigafneomfbjofdacg |
URL อย่างเป็นทางการ | 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\/" ] } |