Random Emoji Generator

Generate Random number of Emojis to annoy your friends XD

Что такое Random Emoji Generator?

Random Emoji Generator - это расширение Chrome, разработанное OrionTech, и его основная функция - "Generate Random number of Emojis to annoy your friends XD".

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

screenshot

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

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

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

                        Install this to generate thousands of emojis in just a second!

Usage:
  - Clicking on Generate generates X number of random emojis.
  - Copy selects the emojis and copies to the clipboard.
  - Clear resets the input value to a number.

Have Fun! :-D                    

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

Название Random Emoji Generator Random Emoji Generator
ID ejeamoghipiaiakgpahfonkgejimghcg
Официальный URL https://chromewebstore.google.com/detail/random-emoji-generator/ejeamoghipiaiakgpahfonkgejimghcg
Описание Generate Random number of Emojis to annoy your friends XD
Размер файла 143 KB
Количество установок 342
Текущая Версия 0.0.1
Последнее Обновление 2020-06-17
Дата публикации 2020-06-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик OrionTech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/LycurgusOrion/RandomEmojiGenerator
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Emoji Generator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Generate Random number of Emojis to annoy your friends XD",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "REG",
        "default_popup": "popup.html"
    }
}