GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Vad är GIF the Web?
GIF the Web är en Chrome-tillägg utvecklad av Andy Freeland, och dess huvudfunktion är "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".
Tilläggsskärmbilder
Ladda ner GIF the Web-förlängningens CRX-fil
Ladda ner GIF the Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
Officiell webbadress | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Beskrivning | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Filstorlek | 85.61 KB |
Antal Installationer | 292 |
Aktuell Version | 0.7.4 |
Senast Uppdaterad | 2016-08-01 |
Publiceringsdatum | 2016-08-01 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | Andy Freeland |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rouge8/gif-the-web#readme |
Hjälpsida URL | https://github.com/rouge8/gif-the-web/issues |
Stödda Språk | 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" ] } ] } |