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文件

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