To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
To the Batmobile! là gì?
To the Batmobile! là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Add the Batman transition effect to the displayed page when you type 'batman'".
Ả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 To the Batmobile!
Tải xuống các tệp mở rộng To the Batmobile! 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
The image and keyword are customizable by clicking on the extension icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
URL Chính Thức | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Mô tả | Add the Batman transition effect to the displayed page when you type 'batman' |
Kích Thước Tệp | 98.23 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-02-24 |
Ngày Phát Hành | 2019-02-19 |
Nhà Phát Triển | Unknown |
[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", "name": "To the Batmobile!", "version": "1.0", "description": "Add the Batman transition effect to the displayed page when you type 'batman'", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "jquery.js", "content-script.js" ], "css": [ "styles.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/batman_128.png" } }, "icons": { "16": "images\/batman_16.png", "48": "images\/batman_48.png", "128": "images\/batman_128.png" }, "web_accessible_resources": [ "images\/*.png", "sounds\/*.mp3" ] } |