Automatic GMail Editor Toolbar

Shows editor toolbar automatically when sending a new mail in Gmail.

Automatic GMail Editor Toolbarคืออะไร?

Automatic GMail Editor Toolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The SmartTHING Limited และคุณลักษณะหลักของมันคือ "Shows editor toolbar automatically when sending a new mail in Gmail."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatic GMail Editor Toolbar

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

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

                                            

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

ชื่อ Automatic GMail Editor Toolbar Automatic GMail Editor Toolbar
ID hnipkcglmifdjopegjpidombdofdbbdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd
คำอธิบาย Shows editor toolbar automatically when sending a new mail in Gmail.
ขนาดไฟล์ 3.49 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2014-02-06
วันที่เผยแพร่ 2014-02-06
ผู้พัฒนา The SmartTHING Limited
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.smartthing.org/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "gmaileditor.user.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Shows editor toolbar automatically when sending a new mail in Gmail.",
    "name": "Automatic GMail Editor Toolbar",
    "version": "1.5"
}