Emojis - Emoji Keyboard

Bring all emojis to use on sites by the easiest ways with various styles of multiple platforms

Emojis - Emoji Keyboardคืออะไร?

Emojis - Emoji Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gillen.packy และคุณลักษณะหลักของมันคือ "Bring all emojis to use on sites by the easiest ways with various styles of multiple platforms"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        === Features ===
- This extension brings the emoji keyboard to Chrome. You no longer need to go to emoticon-websites to search, copy and paste emojis to your message. Now, you just install our extension. You have simple ways to pick emoticons you want and use them for your message, comment etc.
- Our keyboard has full emoticons, including emoji 5 (Unicode 10) with many useful emoticons, such as vampire, mage, fairy, merperson etc. We have plan to update new emoji 6 (Unicode 11) when they will be available on popular platforms.
- Our keyboard has various emoticons styles that are helpful if you want to see how do they look on different platforms.
- Two themes for the keyboard: light mode and night mode.
- Replace emojis of Twitter, YouTube, G+ etc. by your own selected style.

INSTRUCTIONS FOR USE:
------------------------------------------
Method 1:
While typing anywhere on the web, type :: and start typing the name of an emoji. A list of matching emoji will appear showing matching emoji. Press Tab to select desired emoji and then press enter. Example, by typing ::cat:: you will get the cat emoji.

Method 2:
Click in the box where you type (example: status message or compose tweet) and then click the smiley face icon in your toolbar. Select an emoji. On Mac, you will see the emoji appear. On Old Windows (XP, 7), you will see a rectangle appear, this represents the emoji. After you send the message, you will see the emoji that you sent in the page.

Method 3:
Same as method 2 above, except copy the emoji from the box in the popup after selecting the emoji (Use this method if the site you're using doesn't work properly.)                    

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

ชื่อ Emojis - Emoji Keyboard Emojis - Emoji Keyboard
ID gaoflciahikhligngeccdecgfjngejlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emojis-emoji-keyboard/gaoflciahikhligngeccdecgfjngejlh
คำอธิบาย Bring all emojis to use on sites by the easiest ways with various styles of multiple platforms
ขนาดไฟล์ 24.34 MB
จำนวนการติดตั้ง 31,117
เวอร์ชันปัจจุบัน 1.6.4
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2019-11-01
คะแนน 4.58/5 รวมทั้งหมด 373 คะแนน
ผู้พัฒนา gillen.packy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/view/crx
URL หน้าช่วยเหลือ https://sites.google.com/view/crx
ภาษาที่รองรับ de,en,en-GB,en-US,fr,vi,es,es-419,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Emoji",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.6.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "emoji-maker.js",
                "emojis.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "bg.js",
            "ga.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "emoji-maker.js",
        "emojis.js",
        "contentscript.js",
        "css\/emoji.css",
        "emoji-data\/*.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    }
}