GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Co to jest GIF the Web?
GIF the Web to rozszerzenie Chrome opracowane przez Andy Freeland, a jego główną funkcją jest „Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GIF the Web
Pobierz pliki rozszerzeń GIF the Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
Oficjalny URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
Opis | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
Rozmiar pliku | 85.61 KB |
Liczba instalacji | 292 |
Aktualna Wersja | 0.7.4 |
Ostatnia Aktualizacja | 2016-08-01 |
Data Publikacji | 2016-08-01 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | Andy Freeland |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rouge8/gif-the-web#readme |
Adres URL Strony Pomocy | https://github.com/rouge8/gif-the-web/issues |
Obsługiwane Języki | 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" ] } ] } |