Emojet - Emoji Keyboard

Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.

Apa itu Emojet - Emoji Keyboard?

Emojet - Emoji Keyboard adalah ekstensi Chrome yang dikembangkan oleh Sharron Liu, dan fitur utamanya adalah "Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Emojet - Emoji Keyboard

Unduh file ekstensi Emojet - Emoji Keyboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Introducing Emojet: The Ultimate Emoji Browser Extension 🚀

🌟 Discover, Copy, Insert, and Recall Emojis Effortlessly! 🌈

Emojet is the game-changing browser extension that takes your emoji experience to the next level. With its cutting-edge features and seamless integration, expressing yourself has never been easier. Here's why Emojet is a must-have:

🔍 Find and Select Emojis:
Effortlessly browse through a vast library of emojis and find the perfect one to match your mood or message.

✨ Supports Latest Unicode Standard:
Stay up to date with the latest emoji trends and ensure compatibility across platforms.

📋 Auto Copy, Auto Insert:
Say goodbye to tedious manual copying and pasting. Emojet automates the process, allowing you to quickly insert emojis wherever you need them.

📚 Emoji History:
Never lose track of your favorite emojis. Emojet keeps a handy history of your recently used symbols, making it a breeze to recall them when needed.

⌨️ Keyboard Shortcuts:
Speed up your emoji workflow with customizable keyboard shortcuts. Effortlessly add that special touch to your messages without interrupting your typing flow.

Upgrade your web communication with Emojet today and express yourself like never before. Get ready to bring your messages to life with a single click! 💫🌐                    

Informasi Dasar Ekstensi

Nama Emojet - Emoji Keyboard Emojet - Emoji Keyboard
ID pgnibfiljggdcllbncbnnhhkajmfibgp
URL Resmi https://chromewebstore.google.com/detail/emojet-emoji-keyboard/pgnibfiljggdcllbncbnnhhkajmfibgp
Deskripsi Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.
Ukuran File 792 KB
Jumlah Instalasi 1,650,415
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2023-07-15
Penilaian 4.83/5 Total 23 Penilaian
Pengembang Sharron Liu
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vTo7nMespVuSXO1GqXa6lJ2R2xU1SRQwdynYbPMrdZxv78hkJXJT1JZioeqQOuek9ba42u92-GWYucl/pub
Bahasa yang Didukung 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": [
        "storage",
        "scripting",
        "alarms"
    ],
    "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.4"
}