Gmail Focus

Focus on your emails, one at a time

Gmail Focusคืออะไร?

Gmail Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miguel Piedrafita และคุณลักษณะหลักของมันคือ "Focus on your emails, one at a time"

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

screenshot

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

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

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

                        Gmail Focus scribbles out every email subject but your first one, so you don't get distracted when reading your email.

Inspired by a @cgenco tweet: https://twitter.com/cgenco/status/1133045254498734080?s=20                    

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

ชื่อ Gmail Focus Gmail Focus
ID ibkglcbdiifoobbgjpghnobobbnddojj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj
คำอธิบาย Focus on your emails, one at a time
ขนาดไฟล์ 38.75 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-06-05
วันที่เผยแพร่ 2019-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Miguel Piedrafita
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Focus",
    "version": "0.1.2",
    "description": "Focus on your emails, one at a time",
    "author": "Miguel Piedrafita",
    "homepage_url": "https:\/\/miguelpiedrafita.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "styles.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "font\/*.eot",
        "font\/*.woff2",
        "font\/*.woff",
        "font\/*.ttf",
        "font\/*.svg"
    ],
    "icons": {
        "128": "icon.png"
    }
}