GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Cos'è GIF the Web?
GIF the Web è un'estensione di Chrome sviluppata da Andy Freeland, e la sua funzione principale è "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GIF the Web
Scarica i file di estensione GIF the Web 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
Have you ever wished Facebook animated GIFs like a real website? Have you ever wanted gchat (including hangouts!) to show images inline? Well, now they do. The web just got more awesome. Now with Google Hangouts support!
Informazioni di Base sull'Estensione
Nome | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
URL Ufficiale | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Descrizione | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Dimensione del File | 85.61 KB |
Conteggio Installazioni | 292 |
Versione Corrente | 0.7.4 |
Ultimo Aggiornamento | 2016-08-01 |
Data di Pubblicazione | 2016-08-01 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Andy Freeland |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rouge8/gif-the-web#readme |
URL della Pagina di Aiuto | https://github.com/rouge8/gif-the-web/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF the Web", "version": "0.7.4", "manifest_version": 2, "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.", "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "sites\/facebook.com.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "sites\/mail.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/talkgadget.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] } ] } |