Gifkitty
Gif Picker for Product Hunt
Apa itu Gifkitty?
Gifkitty adalah ekstensi Chrome yang dikembangkan oleh Joel Benjamin, dan fitur utamanya adalah "Gif Picker for Product Hunt".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gifkitty
Unduh file ekstensi Gifkitty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dipegfggphhkebafagnjdaiegmdbjbbp |
URL Resmi | https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp |
Deskripsi | Gif Picker for Product Hunt |
Ukuran File | 49.43 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-10-29 |
Tanggal Publikasi | 2018-10-29 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Joel Benjamin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |