Steemoji - Easy Emojis for Steemit
This extension helps to insert emojis into steemit posts
Что такое Steemoji - Easy Emojis for Steemit?
Steemoji - Easy Emojis for Steemit - это расширение Chrome, разработанное dehenne, и его основная функция - "This extension helps to insert emojis into steemit posts".
Снимки экрана расширения
Скачать файл CRX расширения Steemoji - Easy Emojis for Steemit
Скачайте файлы расширений Steemoji - Easy Emojis for Steemit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you tired of looking for emojis in Steemit? Does it bother you to search, copy and paste? Steemoji helps you. Simply add Emojis in your Steemit posts. No searching, copy and paste is necessary. **Please be careful. The plug-in is in beta**
Основная информация о расширении
Название | |
ID | oglhmgjoechnljijaoedcgjgjmeladgf |
Официальный URL | https://chrome.google.com/webstore/detail/steemoji-easy-emojis-for/oglhmgjoechnljijaoedcgjgjmeladgf |
Описание | This extension helps to insert emojis into steemit posts |
Размер файла | 24.38 KB |
Количество установок | 62 |
Текущая Версия | 0.7 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.14/5 Всего 7 оценок |
Разработчик | dehenne |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steemoji - Easy Emojis for Steemit", "description": "This extension helps to insert emojis into steemit posts", "version": "0.7", "icons": { "16": "assets\/images\/logo.png", "32": "assets\/images\/logo.png" }, "permissions": [ "contextMenus", "activeTab", "tabs", "storage" ], "background": { "scripts": [ "context.js" ] }, "options_page": "options.html", "minimum_chrome_version": "50", "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "assets\/javascripts\/emoticons.js", "assets\/javascripts\/steemoji.js", "assets\/javascripts\/twemoji.js", "assets\/css\/steemoji.css", "assets\/images\/steemoji.png" ], "content_scripts": [ { "matches": [ " |