Giphub

Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…

Giphubคืออะไร?

Giphub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย severest และคุณลักษณะหลักของมันคือ "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…"

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

screenshot

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

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

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

                        Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find just the right gif to convey your feelings? Try the Giphub extension, which adds an additional button to your Github commenting toolbar and allows you to quickly find and insert the perfect gif!

Credit to Layton for the name 'Giphub'                    

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

ชื่อ Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
คำอธิบาย Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.10.0
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2020-03-23
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา severest
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10.0",
    "manifest_version": 3,
    "name": "Giphub",
    "author": "Everest, Sean ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "64": "64.png"
        },
        "default_title": "Giphub"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/api.giphy.com\/*"
    ]
}