Emoboard Emoji Keyboard

Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!

什麼是Emoboard Emoji Keyboard?

Emoboard Emoji Keyboard是由Venona McCormick開發的Chrome擴展程式,該擴展的主要功能是“Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!”。

擴展截圖

screenshot

下載Emoboard Emoji Keyboard擴展crx文件

下載Emoboard Emoji Keyboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🌟🚀 Introducing EmoBoard: The Ultimate Emoji Keyboard Extension! 🎉🔥

🔍👉 Looking for a seamless and fun way to express yourself online? Look no further! EmoBoard is here to revolutionize your emoji game. With its cutting-edge features and user-friendly design, EmoBoard will take your online conversations to the next level! 💯💬

✨📚 Here's what EmoBoard has to offer:

🔹 Find and Select Emojis: Say goodbye to scrolling through endless emoji menus. EmoBoard allows you to quickly search and select from a vast collection of emojis. 🌈🔍✨

🔹 Latest Unicode Standard: Stay up to date with the latest emoji trends! EmoBoard fully supports the latest Unicode standard, ensuring that you have access to all the new emojis as soon as they're released. 🆕🔥🎉

🔹 Auto Copy, Auto Insert: Say goodbye to the hassle of manually copying and pasting emojis. EmoBoard automatically copies your selected emoji and inserts it wherever you need it, making your conversations smoother and more efficient. ✂️📋💻

🔹 Emoji History: Missed an emoji you used before? No worries! EmoBoard keeps track of your emoji usage, allowing you to easily access and reuse your recently used emojis. 📚🕑🔁

🔹 Keyboard Shortcuts: Speed up your emoji game with handy keyboard shortcuts. EmoBoard offers customizable shortcuts, letting you find and insert emojis in a flash, without interrupting your flow. ⌨️⚡️🔛

🔹 Dark Mode: EmoBoard now seamlessly integrates with your device's operating system settings. If you have dark mode enabled on your OS, EmoBoard will automatically switch to a sleek dark theme, providing a visually comfortable experience during nighttime or low-light usage. 🌙🌓🌑

🌟🎁 EmoBoard is the must-have browser extension for anyone who loves to add a little flair and emotion to their online conversations. Download EmoBoard now and let your words come alive with vibrant and expressive emojis! 🌟💬✨```                    

擴展基本資訊

名稱 Emoboard Emoji Keyboard Emoboard Emoji Keyboard
ID aapdabiebopmbpidefegdaefepkinidd
官方網址 https://chromewebstore.google.com/detail/emoboard-emoji-keyboard/aapdabiebopmbpidefegdaefepkinidd
簡介 Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!
檔案大小 570 KB
安裝次數 1,648,749
目前版本 1.0.2
更新時間 2024-01-08
上架時間 2023-07-16
評分 5.00/5 共 23 次評分
開發者 Venona McCormick
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vSjXA34JrA-ZYlDKfSAO2fgLyHP25hytpl6aF9BdcBVKbFy1G8Yi23h-Hd_mifElYipe0fDvVVBkRPD/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",
        "storage",
        "scripting"
    ],
    "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.2"
}