Emoti
Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Что такое Emoti?
Emoti - это расширение Chrome, разработанное Andrew Pitts, и его основная функция - "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".
Снимки экрана расширения
Скачать файл CRX расширения Emoti
Скачайте файлы расширений Emoti в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.
Основная информация о расширении
Название | Emoti |
ID | jhendcajfhhpnombbfdanbdkhifbaeee |
Официальный URL | https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee |
Описание | Emoti creates an easy-to-use dropdown menu for inserting emoticons. |
Размер файла | 25.31 KB |
Количество установок | 229 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2017-06-17 |
Дата публикации | 2017-06-17 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | Andrew Pitts |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://apitts.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoti", "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.", "version": "1.0.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup\/popup.html", "default_title": "Emoti" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab", "clipboardWrite", "clipboardRead" ] } |