Gifkitty

Gif Picker for Product Hunt

什么是Gifkitty?

Gifkitty是由Joel Benjamin开发的Chrome扩展程序,该扩展的主要功能是“Gif Picker for Product Hunt”。

扩展截图

screenshot

下载Gifkitty扩展crx文件

下载Gifkitty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt.

 	
To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.                    

扩展基本信息

名称 Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
官方URL https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
简介 Gif Picker for Product Hunt
文件大小 49.43 KB
安装次数 17
当前版本 1.0
更新时间 2018-10-29
上架时间 2018-10-29
评分 5.00/5 共3次评分
开发者 Joel Benjamin
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gifkitty",
    "version": "1.0",
    "description": "Gif Picker for Product Hunt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "app.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/api.giphy.com\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "giphy.png"
    ],
    "icons": {
        "48": "icons\/gk-48.png"
    }
}