SayWhat.LOL text to Gif generator

Make everything you say sound funny

Что такое SayWhat.LOL text to Gif generator?

SayWhat.LOL text to Gif generator - это расширение Chrome, разработанное Unknown, и его основная функция - "Make everything you say sound funny".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SayWhat.LOL text to Gif generator

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

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

                        Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier.

Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.                    

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

Название SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
Официальный URL https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Описание Make everything you say sound funny
Размер файла 65.66 KB
Количество установок 40
Текущая Версия 1.4
Последнее Обновление 2016-08-16
Дата публикации 2016-08-16
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://saywhat.lol
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SayWhat.LOL text to Gif generator",
    "short_name": "SayWhat.LOL",
    "description": "Make everything you say sound funny",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "https:\/\/saywhat.lol\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "parakeet.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}