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
Eメール [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"
    }
}