Giffing

Replace links to images with gifs in Google Hangouts.

Что такое Giffing?

Giffing - это расширение Chrome, разработанное d43pan, и его основная функция - "Replace links to images with gifs in Google Hangouts.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Giffing

Скачайте файлы расширений Giffing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Giffing Giffing
ID fmmimibhknnhanbaajdamcaopijhgolj
Официальный URL https://chromewebstore.google.com/detail/giffing/fmmimibhknnhanbaajdamcaopijhgolj
Описание Replace links to images with gifs in Google Hangouts.
Размер файла 89.51 KB
Количество установок 21
Текущая Версия 0.0.0.2
Последнее Обновление 2016-04-14
Дата публикации 2016-04-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик d43pan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/d43pan/replacements
URL страницы помощи https://github.com/d43pan/replacements
Поддерживаемые языки 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"
    }
}