Emoji
Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Что такое Emoji?
Emoji - это расширение Chrome, разработанное https://saveriomorelli.com, и его основная функция - "Insert emojis using a web browser, and customise the experience and the add-on in Settings.".
Снимки экрана расширения
Скачать файл CRX расширения Emoji
Скачайте файлы расширений Emoji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).
Основная информация о расширении
Название | Emoji |
ID | kjepehkgbooeigeflhiogplnckadlife |
Официальный URL | https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife |
Описание | Insert emojis using a web browser, and customise the experience and the add-on in Settings. |
Размер файла | 38.07 MB |
Количество установок | 655 |
Текущая Версия | 3.21 |
Последнее Обновление | 2024-01-25 |
Дата публикации | 2020-06-28 |
Рейтинг | 4.73/5 Всего 11 оценок |
Разработчик | https://saveriomorelli.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Sav22999/emoji |
URL страницы помощи | https://github.com/Sav22999/emoji |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Emoji", "version": "3.21", "author": "Saverio Morelli (Sav22999)", "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.", "icons": { "16": ".\/img\/icon-dark-16.png", "24": ".\/img\/icon-dark-24.png", "48": ".\/img\/icon-dark-48.png", "96": ".\/img\/icon-dark-96.png" }, "action": { "default_popup": ".\/popup.html", "default_icon": { "16": ".\/img\/icon-light-16.png", "24": ".\/img\/icon-light-24.png", "48": ".\/img\/icon-light-48.png", "96": ".\/img\/icon-light-96.png" }, "theme_icons": [ { "dark": ".\/img\/icon-dark-16.png", "light": ".\/img\/icon-light-16.png", "size": 16 }, { "dark": ".\/img\/icon-dark-24.png", "light": ".\/img\/icon-light-24.png", "size": 24 }, { "dark": ".\/img\/icon-dark-48.png", "light": ".\/img\/icon-light-48.png", "size": 48 }, { "dark": ".\/img\/icon-dark-96.png", "light": ".\/img\/icon-light-96.png", "size": 96 } ] }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab" ], "background": { "service_worker": ".\/js\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ] } |