Giffing
Replace links to images with gifs in Google Hangouts.
Apa itu Giffing?
Giffing adalah ekstensi Chrome yang dikembangkan oleh d43pan, dan fitur utamanya adalah "Replace links to images with gifs in Google Hangouts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Giffing
Unduh file ekstensi Giffing 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
This is an open sourced plugin to simply replace image links with the image. Let me know if a link you think should work isn't working. Let me know if there's another site you'd like supported. Supported: - Gmail - Hangouts
Informasi Dasar Ekstensi
Nama | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
URL Resmi | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Deskripsi | Replace links to images with gifs in Google Hangouts. |
Ukuran File | 89.51 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2016-04-14 |
Tanggal Publikasi | 2016-04-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | d43pan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/d43pan/replacements |
URL Halaman Bantuan | https://github.com/d43pan/replacements |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giffing", "description": "Replace links to images with gifs in Google Hangouts.", "version": "0.0.0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/www.google.com\/*", "https:\/\/hangouts.google.com\/webchat\/*" ], "js": [ "jquery-2.2.3.js", "giffing.js" ], "all_frames": true } ], "icons": { "128": "icon128.png" } } |