Exs Smiley List

Adds a list of smilies next to the miniblog response textarea.

Что такое Exs Smiley List?

Exs Smiley List - это расширение Chrome, разработанное ArnoldsK, и его основная функция - "Adds a list of smilies next to the miniblog response textarea.".

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

screenshot

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

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

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

                        Jo kāpēc gan nē?

Paplašinājums priekš spēļu komūnas exs.lv                    

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

Название Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
Официальный URL https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
Описание Adds a list of smilies next to the miniblog response textarea.
Размер файла 18.96 KB
Количество установок 45
Текущая Версия 0.4
Последнее Обновление 2017-04-04
Дата публикации 2017-04-04
Рейтинг 2.00/5 Всего 1 оценок
Разработчик ArnoldsK
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exs Smiley List",
    "description": "Adds a list of smilies next to the miniblog response textarea.",
    "version": "0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "smilies.user.js"
            ],
            "matches": [
                "https:\/\/exs.lv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}