Gifkitty

Gif Picker for Product Hunt

Gifkittyคืออะไร?

Gifkitty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Benjamin และคุณลักษณะหลักของมันคือ "Gif Picker for Product Hunt"

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

screenshot

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

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

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

                        Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt.

 	
To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.                    

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

ชื่อ Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
คำอธิบาย Gif Picker for Product Hunt
ขนาดไฟล์ 49.43 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-29
วันที่เผยแพร่ 2018-10-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Joel Benjamin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gifkitty",
    "version": "1.0",
    "description": "Gif Picker for Product Hunt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "app.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/api.giphy.com\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "giphy.png"
    ],
    "icons": {
        "48": "icons\/gk-48.png"
    }
}