GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Was ist GIF the Web?
GIF the Web ist eine Chrome-Erweiterung, die von Andy Freeland entwickelt wurde, und ihr Hauptmerkmal ist "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Erweiterungsscreenshots
GIF the Web-Erweiterungs-CRX-Datei herunterladen
Laden Sie GIF the Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
Offizielle URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Beschreibung | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Dateigröße | 85.61 KB |
Installationsanzahl | 292 |
Aktuelle Version | 0.7.4 |
Letztes Update | 2016-08-01 |
Veröffentlichungsdatum | 2016-08-01 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | Andy Freeland |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rouge8/gif-the-web#readme |
Hilfeseite URL | https://github.com/rouge8/gif-the-web/issues |
Unterstützte Sprachen | 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" ] } ] } |