Emojet - Emoji Keyboard

Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.

Что такое Emojet - Emoji Keyboard?

Emojet - Emoji Keyboard - это расширение Chrome, разработанное Sharron Liu, и его основная функция - "Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.".

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

screenshot

Скачать файл CRX расширения Emojet - Emoji Keyboard

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

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

                        Introducing Emojet: The Ultimate Emoji Browser Extension 🚀

🌟 Discover, Copy, Insert, and Recall Emojis Effortlessly! 🌈

Emojet is the game-changing browser extension that takes your emoji experience to the next level. With its cutting-edge features and seamless integration, expressing yourself has never been easier. Here's why Emojet is a must-have:

🔍 Find and Select Emojis:
Effortlessly browse through a vast library of emojis and find the perfect one to match your mood or message.

✨ Supports Latest Unicode Standard:
Stay up to date with the latest emoji trends and ensure compatibility across platforms.

📋 Auto Copy, Auto Insert:
Say goodbye to tedious manual copying and pasting. Emojet automates the process, allowing you to quickly insert emojis wherever you need them.

📚 Emoji History:
Never lose track of your favorite emojis. Emojet keeps a handy history of your recently used symbols, making it a breeze to recall them when needed.

⌨️ Keyboard Shortcuts:
Speed up your emoji workflow with customizable keyboard shortcuts. Effortlessly add that special touch to your messages without interrupting your typing flow.

Upgrade your web communication with Emojet today and express yourself like never before. Get ready to bring your messages to life with a single click! 💫🌐                    

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

Название Emojet - Emoji Keyboard Emojet - Emoji Keyboard
ID pgnibfiljggdcllbncbnnhhkajmfibgp
Официальный URL https://chromewebstore.google.com/detail/emojet-emoji-keyboard/pgnibfiljggdcllbncbnnhhkajmfibgp
Описание Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.
Размер файла 792 KB
Количество установок 1,650,415
Текущая Версия 1.0.4
Последнее Обновление 2024-01-10
Дата публикации 2023-07-15
Рейтинг 4.83/5 Всего 23 оценок
Разработчик Sharron Liu
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vTo7nMespVuSXO1GqXa6lJ2R2xU1SRQwdynYbPMrdZxv78hkJXJT1JZioeqQOuek9ba42u92-GWYucl/pub
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "106.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "host_permissions": [
        ""
    ],
    "version": "1.0.4"
}