Nigelify
Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.
Nigelify là gì?
Nigelify là một tiện ích mở rộng Chrome được phát triển bởi Luke Wright, và tính năng chính của nó là "Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nigelify
Tải xuống các tệp mở rộng Nigelify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nhoampnninjcokgigafneomfbjofdacg |
URL Chính Thức | https://chromewebstore.google.com/detail/nigelify/nhoampnninjcokgigafneomfbjofdacg |
Mô tả | Making the internet a million times better by replacing all images on a page with gifs of Nigel Thornberry. |
Kích Thước Tệp | 36 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2013-09-19 |
Ngày Phát Hành | 2013-09-18 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Luke Wright |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |