Emoji Inserter

An extension that makes it easier to insert emojis on the web

Emoji Inserterคืออะไร?

Emoji Inserter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย allen-n และคุณลักษณะหลักของมันคือ "An extension that makes it easier to insert emojis on the web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Inserter

ดาวน์โหลดไฟล์ส่วนขยาย Emoji Inserter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Guaranteed to be the fastest emoji find and insert experience that works across the whole web, or your money back 😉
--
Finding the right emoji to express how you're feeling is exciting, expressive, and on the open web, difficult. If you find yourself Googling the names of your favorite emoji, only to copy paste them where you want them to be, you're in the right place. 

Emoji Inserter lets you quickly insert emoji while on the web using lightning fast search and easy to use keyboard shortcuts to let you find, copy, and paste any emoji faster and more easily than ever before.

To get started (and become a power user - all in one go):
1. Use the keyboard shortcut to open the extension. Note: You can check or change the shortcut at chrome://extensions/shortcuts
2. Start typing the name of the emoji you want. 
3. Use the up and down arrows to select the emoji you want.
4. When you find it, press enter!
5. That's it, it's copied to your clipboard. Paste wherever you want and your emoji will be inserted 😊                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Emoji Inserter Emoji Inserter
ID mjnjfobmbncjcnljijdminfccdhfoeif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-inserter/mjnjfobmbncjcnljijdminfccdhfoeif
คำอธิบาย An extension that makes it easier to insert emojis on the web
ขนาดไฟล์ 350 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-11-09
วันที่เผยแพร่ 2021-02-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา allen-n
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "An extension that makes it easier to insert emojis on the web",
    "version": "0.0.3",
    "name": "Emoji Inserter",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "background",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "resources\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    }
}