Producht Hunt GIPHY integration

Search on GIPHY direct from Product Hunt and insert them into your comment!

Producht Hunt GIPHY integrationとは何ですか?

Producht Hunt GIPHY integrationはMoritz Kobrnaによって開発されたChromeの拡張機能で、その主な機能は「Search on GIPHY direct from Product Hunt and insert them into your comment!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Producht Hunt GIPHY integration拡張機能のCRXファイルをダウンロード

Producht Hunt GIPHY integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search for GIPHY images direct from the Product Hunt comment box.                    

拡張機能の基本情報

名前 Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
公式URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
説明 Search on GIPHY direct from Product Hunt and insert them into your comment!
ファイルサイズ 75.11 KB
インストール数 27
現在のバージョン 0.1.5
最終更新日 2017-12-18
公開日 2017-12-18
評価 5.00/5 合計 1 レビュー
開発者 Moritz Kobrna
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Producht Hunt GIPHY integration",
    "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!",
    "version": "0.1.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/application.css"
            ]
        }
    ]
}