Giffing
Replace links to images with gifs in Google Hangouts.
Co to jest Giffing?
Giffing to rozszerzenie Chrome opracowane przez d43pan, a jego główną funkcją jest „Replace links to images with gifs in Google Hangouts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Giffing
Pobierz pliki rozszerzeń Giffing 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
This is an open sourced plugin to simply replace image links with the image. Let me know if a link you think should work isn't working. Let me know if there's another site you'd like supported. Supported: - Gmail - Hangouts
Podstawowe informacje o rozszerzeniu
Nazwa | Giffing |
ID | fmmimibhknnhanbaajdamcaopijhgolj |
Oficjalny URL | https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj |
Opis | Replace links to images with gifs in Google Hangouts. |
Rozmiar pliku | 89.51 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2016-04-14 |
Data Publikacji | 2016-04-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | d43pan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/d43pan/replacements |
Adres URL Strony Pomocy | https://github.com/d43pan/replacements |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giffing", "description": "Replace links to images with gifs in Google Hangouts.", "version": "0.0.0.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "http:\/\/www.google.com\/*", "https:\/\/hangouts.google.com\/webchat\/*" ], "js": [ "jquery-2.2.3.js", "giffing.js" ], "all_frames": true } ], "icons": { "128": "icon128.png" } } |