Giffing
Replace links to images with gifs in Google Hangouts.
Cos'è Giffing?
Giffing è un'estensione di Chrome sviluppata da d43pan, e la sua funzione principale è "Replace links to images with gifs in Google Hangouts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Giffing
Scarica i file di estensione Giffing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
URL Ufficiale | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Descrizione | Replace links to images with gifs in Google Hangouts. |
Dimensione del File | 89.51 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2016-04-14 |
Data di Pubblicazione | 2016-04-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | d43pan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/d43pan/replacements |
URL della Pagina di Aiuto | https://github.com/d43pan/replacements |
Lingue Supportate | 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" } } |