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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}