Producht Hunt GIPHY integration

Search on GIPHY direct from Product Hunt and insert them into your comment!

Producht Hunt GIPHY integrationคืออะไร?

Producht Hunt GIPHY integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moritz Kobrna และคุณลักษณะหลักของมันคือ "Search on GIPHY direct from Product Hunt and insert them into your comment!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Producht Hunt GIPHY integration

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

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

                        Search for GIPHY images direct from the Product Hunt comment box.                    

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

ชื่อ Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
คำอธิบาย Search on GIPHY direct from Product Hunt and insert them into your comment!
ขนาดไฟล์ 75.11 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2017-12-18
วันที่เผยแพร่ 2017-12-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Moritz Kobrna
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Producht Hunt GIPHY integration",
    "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!",
    "version": "0.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/application.css"
            ]
        }
    ]
}