GIF the Web

Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.

GIF the Webคืออะไร?

GIF the Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Freeland และคุณลักษณะหลักของมันคือ "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome."

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever wished Facebook animated GIFs like a real website?

Have you ever wanted gchat (including hangouts!) to show images inline?

Well, now they do. The web just got more awesome.

Now with Google Hangouts support!                    

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

ชื่อ GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
คำอธิบาย Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
ขนาดไฟล์ 85.61 KB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 0.7.4
อัปเดตครั้งล่าสุด 2016-08-01
วันที่เผยแพร่ 2016-08-01
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Andy Freeland
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rouge8/gif-the-web#readme
URL หน้าช่วยเหลือ https://github.com/rouge8/gif-the-web/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF the Web",
    "version": "0.7.4",
    "manifest_version": 2,
    "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
    "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "sites\/facebook.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "sites\/mail.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/talkgadget.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        }
    ]
}