Let There Be Puppies
Searches the loaded page for images of keywords.. and replaces them with Puppies!
Let There Be Puppies là gì?
Let There Be Puppies là một tiện ích mở rộng Chrome được phát triển bởi limcolin1984, và tính năng chính của nó là "Searches the loaded page for images of keywords.. and replaces them with Puppies!".
Ả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 Let There Be Puppies
Tải xuống các tệp mở rộng Let There Be Puppies 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
Searches the loaded page for images of your keywords.. and replaces them with Puppies. Works by replacing images with src or alt-text containing user-selected keywords. 1. Enter keywords via the icon beside your browser address bar or extension options. 2. Let There Be Puppies!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Let There Be Puppies |
ID | knklpopblbilnogkigmnehcknipcipjd |
URL Chính Thức | https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd |
Mô tả | Searches the loaded page for images of keywords.. and replaces them with Puppies! |
Kích Thước Tệp | 43.65 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-12-11 |
Ngày Phát Hành | 2016-12-11 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | limcolin1984 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "lettherebepuppies.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Searches the loaded page for images of keywords.. and replaces them with Puppies!", "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Let There Be Puppies", "version": "1.1.1", "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_popup": "options.html", "default_title": "Click here to enter keyword" } } |