GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Qu'est-ce que GIF the Web ?
GIF the Web est une extension Chrome développée par Andy Freeland, et sa fonction principale est "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GIF the Web
Téléchargez les fichiers d'extension GIF the Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
URL Officiel | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Description | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Taille du Fichier | 85.61 KB |
Nombre d'Installations | 292 |
Version Actuelle | 0.7.4 |
Dernière Mise à Jour | 2016-08-01 |
Date de Publication | 2016-08-01 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Andy Freeland |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rouge8/gif-the-web#readme |
URL de la Page d'Aide | https://github.com/rouge8/gif-the-web/issues |
Langues Prises en Charge | 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" ] } ] } |