: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 là gì?

:NeatEmoji: — Write emojis with colons là một tiện ích mở rộng Chrome được phát triển bởi https://neatrat.com, và tính năng chính của nó là "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng :NeatEmoji: — Write emojis with colons

Tải xuống các tệp mở rộng :NeatEmoji: — Write emojis with colons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :) ❤️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
URL Chính Thức https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Mô tả No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Kích Thước Tệp 94.6 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2023-02-01
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://neatrat.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://neatrat.com
Ngôn Ngữ Được Hỗ Trợ 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"
}