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
公式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
Eメール [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"
}