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은(는) severest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ever been wondering how to properly express yourself in your Github pull request comments? Tired of having to switch tabs to find…"입니다.

확장 프로그램 스크린샷

screenshot

Giphub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}