Gmail Background
Change Gmail's background image
Gmail Backgroundคืออะไร?
Gmail Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tibo และคุณลักษณะหลักของมันคือ "Change Gmail's background image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Background
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Set a custom image as the background of any of you Gmail accounts. It works on any Gmail or Google Apps accounts and allows to set a default background image as well as a background for specific email accounts. The image has to be available online. - Leave the email address field empty to mark the setting as a default account (only one is allowed) - Add specific settings for specific email addresses (gmail or google apps account) - Add as many specific account as you want - Settings are applied automatically on opened tabs without the need to reload the page If there is a request for it, the extension will support the following features: - different image per window size - background repetition (tiles) - multiple backgrounds - background-color - more...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afpahedhpnadmncnjgjoajgkonbmbpfa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa |
คำอธิบาย | Change Gmail's background image |
ขนาดไฟล์ | 1.22 MB |
จำนวนการติดตั้ง | 2,864 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2018-04-12 |
วันที่เผยแพร่ | 2018-04-12 |
คะแนน | 2.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Tibo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Background", "version": "3.0", "manifest_version": 2, "description": "Change Gmail's background image", "author": "Thibaud Lescuyer - thibaudlescuyer.ca", "icons": { "128": "gmail-logo.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "gmail.js" ] } ] } |