Firefighter New Tab Wallpaper
This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.
Firefighter New Tab Wallpaper là gì?
Firefighter New Tab Wallpaper là một tiện ích mở rộng Chrome được phát triển bởi http://www.baxbox.com, và tính năng chính của nó là "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Ả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 Firefighter New Tab Wallpaper
Tải xuống các tệp mở rộng Firefighter New Tab Wallpaper 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
This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. You can support a national charity for fallen fire fighters by using this extension. Each time you use the search feature, a portion of the revenue earned will be donated to a national charity for fallen firefighters.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Chính Thức | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Mô tả | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Kích Thước Tệp | 35.66 KB |
Số Lần Cài Đặt | 382 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-10-10 |
Ngày Phát Hành | 2016-10-10 |
Đánh Giá | 4.15/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | http://www.baxbox.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firefighter New Tab Wallpaper", "short_name": "Firefighter New Tab", "description": "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "\/newtab.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" } } |