inbox-bg
customize inbox background image
inbox-bgคืออะไร?
inbox-bg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BiRan และคุณลักษณะหลักของมันคือ "customize inbox background image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย inbox-bg
ดาวน์โหลดไฟล์ส่วนขยาย inbox-bg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Customize Inbox background image.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eancpkkghkbgpcokgglmbbnanoddjnbp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp |
คำอธิบาย | customize inbox background image |
ขนาดไฟล์ | 467 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-02-21 |
วันที่เผยแพร่ | 2016-02-21 |
คะแนน | 2.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | BiRan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "inbox-bg", "description": "customize inbox background image", "version": "1.2", "content_security_policy": "script-src 'self'; object-src 'self'; img-src *;", "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "run_at": "document_end", "js": [ "bg.js" ] } ], "permissions": [ "tabs", "storage", "https:\/\/inbox.google.com\/*" ], "browser_action": { "default_title": "Inbox-BG", "default_popup": "bg.html" }, "web_accessible_resources": [ "bg.css", "bg.jpg" ] } |