Emojet - Emoji Keyboard

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

什麼是Emojet - Emoji Keyboard?

Emojet - Emoji Keyboard是由Sharron Liu開發的Chrome擴展程式,該擴展的主要功能是“Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.”。

擴展截圖

screenshot

下載Emojet - Emoji Keyboard擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 Emojet - Emoji Keyboard Emojet - Emoji Keyboard
ID pgnibfiljggdcllbncbnnhhkajmfibgp
官方網址 https://chromewebstore.google.com/detail/emojet-emoji-keyboard/pgnibfiljggdcllbncbnnhhkajmfibgp
簡介 Emojet: Discover, Copy, Insert, and Recall Emojis; Supports Latest Unicode Standard.
檔案大小 792 KB
安裝次數 1,650,415
目前版本 1.0.4
更新時間 2024-01-10
上架時間 2023-07-15
評分 4.83/5 共 23 次評分
開發者 Sharron Liu
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vTo7nMespVuSXO1GqXa6lJ2R2xU1SRQwdynYbPMrdZxv78hkJXJT1JZioeqQOuek9ba42u92-GWYucl/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": [
        "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"
}