Emoticon input everywhere

Allow input emoticon in everywhere

Что такое Emoticon input everywhere?

Emoticon input everywhere - это расширение Chrome, разработанное Robin Huy, и его основная функция - "Allow input emoticon in everywhere".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

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

Название Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
Официальный URL https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Описание Allow input emoticon in everywhere
Размер файла 11.64 KB
Количество установок 135
Текущая Версия 1.3
Последнее Обновление 2017-03-21
Дата публикации 2017-03-21
Рейтинг 4.73/5 Всего 15 оценок
Разработчик Robin Huy
Тип оплаты free
Официальный сайт расширения https://github.com/robinhuy/emoticon-input
URL страницы помощи https://github.com/robinhuy/emoticon-input
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}