Emoji

Insert emojis using a web browser, and customise the experience and the add-on in Settings.

Emojiคืออะไร?

Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://saveriomorelli.com และคุณลักษณะหลักของมันคือ "Insert emojis using a web browser, and customise the experience and the add-on in Settings."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).                    

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

ชื่อ Emoji Emoji
ID kjepehkgbooeigeflhiogplnckadlife
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife
คำอธิบาย Insert emojis using a web browser, and customise the experience and the add-on in Settings.
ขนาดไฟล์ 38.07 MB
จำนวนการติดตั้ง 655
เวอร์ชันปัจจุบัน 3.21
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2020-06-28
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://saveriomorelli.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Sav22999/emoji
URL หน้าช่วยเหลือ https://github.com/Sav22999/emoji
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emoji",
    "version": "3.21",
    "author": "Saverio Morelli (Sav22999)",
    "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.",
    "icons": {
        "16": ".\/img\/icon-dark-16.png",
        "24": ".\/img\/icon-dark-24.png",
        "48": ".\/img\/icon-dark-48.png",
        "96": ".\/img\/icon-dark-96.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/img\/icon-light-16.png",
            "24": ".\/img\/icon-light-24.png",
            "48": ".\/img\/icon-light-48.png",
            "96": ".\/img\/icon-light-96.png"
        },
        "theme_icons": [
            {
                "dark": ".\/img\/icon-dark-16.png",
                "light": ".\/img\/icon-light-16.png",
                "size": 16
            },
            {
                "dark": ".\/img\/icon-dark-24.png",
                "light": ".\/img\/icon-light-24.png",
                "size": 24
            },
            {
                "dark": ".\/img\/icon-dark-48.png",
                "light": ".\/img\/icon-light-48.png",
                "size": 48
            },
            {
                "dark": ".\/img\/icon-dark-96.png",
                "light": ".\/img\/icon-light-96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}