Rancorizer
Adds the Starwars Rancor to any page that uses that rare word
Rancorizer là gì?
Rancorizer là một tiện ích mở rộng Chrome được phát triển bởi Bloomco Heavy Industries, và tính năng chính của nó là "Adds the Starwars Rancor to any page that uses that rare word".
Ả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 Rancorizer
Tải xuống các tệp mở rộng Rancorizer 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
Adds the Starwars Rancor to any page that uses that rare word
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rancorizer |
ID | dgblmflhnjgeinapenolaiddnmfioicn |
URL Chính Thức | https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn |
Mô tả | Adds the Starwars Rancor to any page that uses that rare word |
Kích Thước Tệp | 503 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-07-17 |
Ngày Phát Hành | 2017-07-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Bloomco Heavy Industries |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rancorizer", "version": "1.0.0", "manifest_version": 2, "description": "Adds the Starwars Rancor to any page that uses that rare word", "homepage_url": "https:\/\/bloomjosh.com\/rancorizer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ], "web_accessible_resources": [ "src\/img\/rancor.png", "css\/animate.css" ] } |