Giffing

Replace links to images with gifs in Google Hangouts.

Giffingคืออะไร?

Giffing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d43pan และคุณลักษณะหลักของมันคือ "Replace links to images with gifs in Google Hangouts."

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

screenshot
screenshot

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

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

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

                        This is an open sourced plugin to simply replace image links with the image.  

Let me know if a link you think should work isn't working.
Let me know if there's another site you'd like supported. 

Supported: 
  - Gmail 
  - Hangouts                    

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

ชื่อ Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
คำอธิบาย Replace links to images with gifs in Google Hangouts.
ขนาดไฟล์ 89.51 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2016-04-14
วันที่เผยแพร่ 2016-04-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา d43pan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/d43pan/replacements
URL หน้าช่วยเหลือ https://github.com/d43pan/replacements
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giffing",
    "description": "Replace links to images with gifs in Google Hangouts.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/www.google.com\/*",
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "js": [
                "jquery-2.2.3.js",
                "giffing.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}