Gmail inbox zero background

Makes your inbox zero pretty with a new beautiful image from unsplash every day

Gmail inbox zero backgroundคืออะไร?

Gmail inbox zero background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvfurlong และคุณลักษณะหลักของมันคือ "Makes your inbox zero pretty with a new beautiful image from unsplash every day"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail inbox zero background

ดาวน์โหลดไฟล์ส่วนขยาย Gmail inbox zero background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When you hit inbox zero in a gmail inbox you will see a beautiful image, a new one every day. Just like in superhuman!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail inbox zero background Gmail inbox zero background
ID fadepmbdhojcogdjcihbhdcbfpacdbdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg
คำอธิบาย Makes your inbox zero pretty with a new beautiful image from unsplash every day
ขนาดไฟล์ 20.34 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-01-26
วันที่เผยแพร่ 2020-04-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dvfurlong
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.davidfurlong.me
URL หน้าช่วยเหลือ https://www.davidfurlong.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail inbox zero background",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Makes your inbox zero pretty with a new beautiful image from unsplash every day",
    "homepage_url": "https:\/\/www.davidfurlong.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}