ShowSubjectGmail

Always show the subject field when replying in Gmail!

ShowSubjectGmailคืออะไร?

ShowSubjectGmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nouvellecollection และคุณลักษณะหลักของมันคือ "Always show the subject field when replying in Gmail!"

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

screenshot

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

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

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

                        When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!

Contact: [email protected]                    

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

ชื่อ ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
คำอธิบาย Always show the subject field when replying in Gmail!
ขนาดไฟล์ 3.12 KB
จำนวนการติดตั้ง 1,543
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-13
วันที่เผยแพร่ 2018-06-13
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nouvellecollection
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowSubjectGmail",
    "version": "1.0",
    "description": "Always show the subject field when replying in Gmail!",
    "content_scripts": [
        {
            "css": [
                "fix.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ]
}