Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Что такое Easy Emoji?
Easy Emoji - это расширение Chrome, разработанное tzengshinfu, и его основная функция - "Easy to find the emoji you want to copy just with a keyword.".
Снимки экрана расширения
Скачать файл CRX расширения Easy Emoji
Скачайте файлы расширений Easy Emoji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Using emoji is more easily! [Easy Emoji] is able to help you to find emoji and copy it. v1.1.0 Release Notes: -Click emoji to copy it to clipboard. v1.2.0 Release Notes: -Add emoji window draggable function. -Add search text clear button. v1.3.0 Release Notes: -Update to Emoji v5.0. v1.3.1 Bug Fixes: -Fix the [create emojiTable error] bug.
Основная информация о расширении
Название | Easy Emoji |
ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
Официальный URL | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
Описание | Easy to find the emoji you want to copy just with a keyword. |
Размер файла | 42.02 KB |
Количество установок | 445 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2017-04-12 |
Дата публикации | 2017-04-12 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | tzengshinfu |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "close.png", "clear.png" ] } |