Giphub

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

Giphub là gì?

Giphub là một tiện ích mở rộng Chrome được phát triển bởi severest, và tính năng chính của nó là "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Giphub

Tải xuống các tệp mở rộng Giphub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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'                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Giphub Giphub
ID kkdonncilmofnmoohllejgcjooeiodhe
URL Chính Thức https://chromewebstore.google.com/detail/giphub/kkdonncilmofnmoohllejgcjooeiodhe
Mô tả Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.10.0
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2020-03-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển severest
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}