gif-ify

Replaces the images on the page with random gifs

gif-ifyคืออะไร?

gif-ify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the images on the page with random gifs"

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

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

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

                                            

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

ชื่อ gif-ify gif-ify
ID lhakkbopgkacpnfidngodjclfkeaolnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gif-ify/lhakkbopgkacpnfidngodjclfkeaolnl
คำอธิบาย Replaces the images on the page with random gifs
ขนาดไฟล์ 69.74 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-06-04
วันที่เผยแพร่ 2016-06-04
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gif-ify",
    "description": "Replaces the images on the page with random gifs",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}