Giffing
Replace links to images with gifs in Google Hangouts.
Vad är Giffing?
Giffing är en Chrome-tillägg utvecklad av d43pan, och dess huvudfunktion är "Replace links to images with gifs in Google Hangouts.".
Tilläggsskärmbilder
Ladda ner Giffing-förlängningens CRX-fil
Ladda ner Giffing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
Officiell webbadress | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Beskrivning | Replace links to images with gifs in Google Hangouts. |
Filstorlek | 89.51 KB |
Antal Installationer | 21 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2016-04-14 |
Publiceringsdatum | 2016-04-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | d43pan |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/d43pan/replacements |
Hjälpsida URL | https://github.com/d43pan/replacements |
Stödda Språk | 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" } } |