Emoboard Emoji Keyboard

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

Co to jest Emoboard Emoji Keyboard?

Emoboard Emoji Keyboard to rozszerzenie Chrome opracowane przez Venona McCormick, a jego główną funkcją jest „Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Emoboard Emoji Keyboard

Pobierz pliki rozszerzeń Emoboard Emoji Keyboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🌟🚀 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! 🌟💬✨```                    

Podstawowe informacje o rozszerzeniu

Nazwa Emoboard Emoji Keyboard Emoboard Emoji Keyboard
ID aapdabiebopmbpidefegdaefepkinidd
Oficjalny URL https://chromewebstore.google.com/detail/emoboard-emoji-keyboard/aapdabiebopmbpidefegdaefepkinidd
Opis Express Yourself with EmoBoard: The Ultimate Emoji Keyboard with Auto Search, Auto Insert, Emoji History, Shortcuts, and Dark Mode!
Rozmiar pliku 570 KB
Liczba instalacji 1,648,749
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-01-08
Data Publikacji 2023-07-16
Ocena 5.00/5 Łącznie 23 Oceny
Deweloper Venona McCormick
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vSjXA34JrA-ZYlDKfSAO2fgLyHP25hytpl6aF9BdcBVKbFy1G8Yi23h-Hd_mifElYipe0fDvVVBkRPD/pub
Obsługiwane Języki 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"
}