Emoji keyboard live

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

¿Qué es Emoji keyboard live?

Emoji keyboard live es una extensión de Chrome desarrollada por Les Conrad, y su función principal es "Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Emoji keyboard live

Descarga archivos de extensión Emoji keyboard live en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        🌟 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!                    

Información Básica de la Extensión

Nombre Emoji keyboard live Emoji keyboard live
ID elhapkijbdpkjpjbomipbfofipeofedj
URL Oficial https://chromewebstore.google.com/detail/emoji-keyboard-live/elhapkijbdpkjpjbomipbfofipeofedj
Descripción Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!
Tamaño del Archivo 467 KB
Cantidad de Instalaciones 1,360,411
Versión Actual 1.0.3
Última Actualización 2024-01-08
Fecha de Publicación 2023-06-19
Calificación 5.00/5 Total de 20 Calificaciones
Desarrollador Les Conrad
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/e/2PACX-1vQXhvv80rUuztElw1t59eT5yNGUlBh-OCn4Vi23_h8ClzRVIpZHpP8nHHQ5_kD5lWk2ylYaht2eab23/pub
Idiomas Soportados 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"
}