GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Wat is GIF the Web?
GIF the Web is een Chrome-extensie ontwikkeld door Andy Freeland, en de belangrijkste functie is "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Extensie Screenshots
Download het CRX-bestand van de extensie GIF the Web
Download GIF the Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
Officiële URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Beschrijving | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Bestandsgrootte | 85.61 KB |
Aantal Installaties | 292 |
Huidige Versie | 0.7.4 |
Laatst Bijgewerkt | 2016-08-01 |
Publicatiedatum | 2016-08-01 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Andy Freeland |
Betalingswijze | free |
Extensiewebsite | https://github.com/rouge8/gif-the-web#readme |
Help Pagina-URL | https://github.com/rouge8/gif-the-web/issues |
Ondersteunde Talen | 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" ] } ] } |