Gmail Gifline

The fastest way to include gif in your emails

Gmail Giflineคืออะไร?

Gmail Gifline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zehfernandes และคุณลักษณะหลักของมันคือ "The fastest way to include gif in your emails"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Write in any place of gmail compose box 

/gif me thegifyouneed
/gif thegifyouneed

or 

::gif me thegifyouneed
::gif thegifyouneed


and done.                    

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

ชื่อ Gmail Gifline Gmail Gifline
ID mcmandlkgdpmhpaebifnnepgokcjncej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-gifline/mcmandlkgdpmhpaebifnnepgokcjncej
คำอธิบาย The fastest way to include gif in your emails
ขนาดไฟล์ 70.39 KB
จำนวนการติดตั้ง 870
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2019-06-04
วันที่เผยแพร่ 2019-06-04
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา zehfernandes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://zehfernandes.github.io/gifline/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Gifline",
    "version": "1.7",
    "description": "The fastest way to include gif in your emails",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery-3.4.1.min.js",
        "gmail.js",
        "main.js"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}