Emojet - Emoji Keyboard

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

Qu'est-ce que Emojet - Emoji Keyboard ?

Emojet - Emoji Keyboard est une extension Chrome développée par Sharron Liu, et sa fonction principale est "Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emojet - Emoji Keyboard

Téléchargez les fichiers d'extension Emojet - Emoji Keyboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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! 💫🌐                    

Informations de Base sur l'Extension

Nom Emojet - Emoji Keyboard Emojet - Emoji Keyboard
ID pgnibfiljggdcllbncbnnhhkajmfibgp
URL Officiel https://chromewebstore.google.com/detail/emojet-emoji-keyboard/pgnibfiljggdcllbncbnnhhkajmfibgp
Description Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.
Taille du Fichier 792 KB
Nombre d'Installations 1,650,415
Version Actuelle 1.0.4
Dernière Mise à Jour 2024-01-10
Date de Publication 2023-07-15
Évaluation 4.83/5 Total 23 Évaluations
Développeur Sharron Liu
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vTo7nMespVuSXO1GqXa6lJ2R2xU1SRQwdynYbPMrdZxv78hkJXJT1JZioeqQOuek9ba42u92-GWYucl/pub
Langues Prises en Charge 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"
}