:NeatEmoji: — Write emojis with colons

No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

:NeatEmoji: — Write emojis with colonsคืออะไร?

:NeatEmoji: — Write emojis with colons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://neatrat.com และคุณลักษณะหลักของมันคือ "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย :NeatEmoji: — Write emojis with colons

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

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

                        No more copy & pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

Either type the :emoji: or click on the emoji to insert it, it's that simple.

As seen at various other apps!

Works on any website.

Todo:
- Add user settings (e.g. disable on certain websites)
- Add keyboard shortcuts
- Optimize performance & size

Neatrat extensions will always be free. No tracking, no ads, no bs. Feel free to support with just a coffee on neatrat.com :) ❤️                    

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

ชื่อ :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
คำอธิบาย No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
ขนาดไฟล์ 94.6 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2023-02-01
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://neatrat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://neatrat.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "popper.js",
                "tippy.js",
                "jquery.js",
                "index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 3,
    "name": ":NeatEmoji: \u2014 Write emojis with colons",
    "version": "0.1.1"
}