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คืออะไร?
Firefighter New Tab Wallpaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.baxbox.com และคุณลักษณะหลักของมันคือ "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firefighter New Tab Wallpaper
ดาวน์โหลดไฟล์ส่วนขยาย Firefighter New Tab Wallpaper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
คำอธิบาย | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
ขนาดไฟล์ | 35.66 KB |
จำนวนการติดตั้ง | 382 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-10-10 |
วันที่เผยแพร่ | 2016-10-10 |
คะแนน | 4.15/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | http://www.baxbox.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |