Emoji keyboard live

Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!

Что такое Emoji keyboard live?

Emoji keyboard live - это расширение Chrome, разработанное Les Conrad, и его основная функция - "Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!".

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

screenshot

Скачать файл CRX расширения Emoji keyboard live

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

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

                        🌟 Emoji Keyboard Live: Instant Emoji Access on Any Website! 🌟

Enhance your communication and express yourself like never before with Emoji Keyboard Live! Say goodbye to the hassle of searching for the perfect emoji. Our powerful browser extension brings you a seamless emoji experience right at your fingertips, available on any website!

🔍 Find and Select Emojis:
With Emoji Keyboard Live, locating and selecting emojis has never been easier. Say goodbye to scrolling through endless lists or navigating confusing menus. Our extension provides a user-friendly interface that allows you to quickly find and choose the perfect emoji to match your message.

💯 Supports the Latest Unicode Standard:
Stay up-to-date with the latest emojis and symbols! Emoji Keyboard Live fully supports the latest Unicode standard, ensuring you have access to the widest range of expressive icons available.

📋 Auto Copy: Instantly in Your Clipboard:
Save valuable time and effort with the auto copy feature. Once you've selected your desired emoji, Emoji Keyboard Live automatically copies it to your clipboard, ready to be pasted into any text field or document. Say goodbye to manually highlighting, copying, and pasting emojis!

⌨️ Auto Insert: Effortless Emoji Integration:
Seamlessly integrate emojis into your online conversations with the auto insert feature. Emoji Keyboard Live automatically inserts your selected emojis into an active web page, making your communication more vibrant and engaging.

🔒 Docked and Undocked Mode:
Customize your emoji experience to suit your preferences. Emoji Keyboard Live offers both docked and undocked modes, allowing you to choose the most convenient layout for your browsing needs. Whether you prefer a compact and discreet toolbar or a floating, always-accessible window, we've got you covered.

⏱️ Recent Emojis:
Forget the frustration of searching for that perfect emoji you used moments ago. Emoji Keyboard Live keeps track of your most recently used emojis, making them readily available for quick access. Never waste time searching for the same emoji again!

⌨️ Keyboard Shortcut (Alt+Shift+E/Ctrl+Shift+E):
Efficiency at your fingertips! Emoji Keyboard Live offers a convenient keyboard shortcut, enabling you to access the extension and choose emojis with a simple key combination. Say goodbye to navigating through menus or clicking multiple times – with just a keystroke, you're ready to express yourself!

Don't miss out on this opportunity to supercharge your communication with Emoji Keyboard Live. Download our browser extension today and bring a whole new level of expressiveness to your online conversations. Upgrade your emoji game now!                    

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

Название Emoji keyboard live Emoji keyboard live
ID elhapkijbdpkjpjbomipbfofipeofedj
Официальный URL https://chromewebstore.google.com/detail/emoji-keyboard-live/elhapkijbdpkjpjbomipbfofipeofedj
Описание Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!
Размер файла 467 KB
Количество установок 1,360,411
Текущая Версия 1.0.3
Последнее Обновление 2024-01-08
Дата публикации 2023-06-19
Рейтинг 5.00/5 Всего 20 оценок
Разработчик Les Conrad
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vQXhvv80rUuztElw1t59eT5yNGUlBh-OCn4Vi23_h8ClzRVIpZHpP8nHHQ5_kD5lWk2ylYaht2eab23/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": [
        "alarms",
        "scripting",
        "storage"
    ],
    "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.3"
}