Dribbble GIF thumbnails

This extension replaces gif thumbnails with the original gifs

Dribbble GIF thumbnailsคืออะไร?

Dribbble GIF thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sid และคุณลักษณะหลักของมันคือ "This extension replaces gif thumbnails with the original gifs"

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

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

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

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

                                            

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

ชื่อ Dribbble GIF thumbnails Dribbble GIF thumbnails
ID emnlloipbhmdnmcbaepdphjbojgiepdd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd
คำอธิบาย This extension replaces gif thumbnails with the original gifs
ขนาดไฟล์ 33.51 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-01-10
วันที่เผยแพร่ 2015-01-10
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sid
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble GIF thumbnails",
    "description": "This extension replaces gif thumbnails with the original gifs",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}