Emoji keyboard live

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

什麼是Emoji keyboard live?

Emoji keyboard live是由Les Conrad開發的Chrome擴展程式,該擴展的主要功能是“Supercharge Your Communication with Emoji Keyboard Live: Instant Emoji Access on Any Website!”。

擴展截圖

screenshot

下載Emoji keyboard live擴展crx文件

下載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
官方網址 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"
}