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 - это расширение Chrome, разработанное Venona McCormick, и его основная функция - "Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!".

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

screenshot

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

Скачайте файлы расширений 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
Официальный URL 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"
}