Emoji Palette

Easily insert emoji

Что такое Emoji Palette?

Emoji Palette - это расширение Chrome, разработанное Unknown, и его основная функция - "Easily insert emoji".

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

screenshot

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

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

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

                        1. Position the cursor in any text field you'd like to insert an emoji.
2. Select and click the emoji, and it will be inserted.


This extension is supported on GitHub, Qiita and Trello.

Enjoy emoji!











Icon made bySmashicons(https://www.flaticon.com/authors/smashicons) from https://www.flaticon.com/


Open source license

emoji-mart-vue-fast
https://www.npmjs.com/package/emoji-mart-vue-fast

emoji-mart
https://github.com/missive/emoji-mart                    

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

Название Emoji Palette Emoji Palette
ID oocijcnhgpbjeelnoafpcjmjdhogpmid
Официальный URL https://chromewebstore.google.com/detail/emoji-palette/oocijcnhgpbjeelnoafpcjmjdhogpmid
Описание Easily insert emoji
Размер файла 136 KB
Количество установок 160
Текущая Версия 1
Последнее Обновление 2019-11-14
Дата публикации 2019-11-13
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Palette",
    "version": "1",
    "author": "fuubit",
    "description": "Easily insert emoji",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}