Giffing
Replace links to images with gifs in Google Hangouts.
What is Giffing?
Giffing is a Chrome extension developed by d43pan, and its main feature is "Replace links to images with gifs in Google Hangouts.".
Extension Screenshots
Download Giffing Extension CRX File
Download Giffing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
Official URL | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Description | Replace links to images with gifs in Google Hangouts. |
File Size | 89.51 KB |
Installation Count | 21 |
Current Version | 0.0.0.2 |
Last Updated | 2016-04-14 |
Publish Date | 2016-04-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | d43pan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/d43pan/replacements |
Help Page URL | https://github.com/d43pan/replacements |
Supported Languages | 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" } } |