Gifkitty

Gif Picker for Product Hunt

Gifkitty là gì?

Gifkitty là một tiện ích mở rộng Chrome được phát triển bởi Joel Benjamin, và tính năng chính của nó là "Gif Picker for Product Hunt".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gifkitty

Tải xuống các tệp mở rộng Gifkitty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
URL Chính Thức https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Mô tả Gif Picker for Product Hunt
Kích Thước Tệp 49.43 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-29
Ngày Phát Hành 2018-10-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Joel Benjamin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}