Kaomojie

Easy and fast access to hundreds of kaomojis

Kaomojie là gì?

Kaomojie là một tiện ích mở rộng Chrome được phát triển bởi Duncan (duncannah), và tính năng chính của nó là "Easy and fast access to hundreds of kaomojis".

Ả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 Kaomojie

Tải xuống các tệp mở rộng Kaomojie 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

                        Easy and fast access to hundreds of hand-picked kaomojis, all categorised and readily available at your fingertips!

Kaomoji (顔文字, “face mark”) are what are called Japanese emoticons, which are more detailed and more expressive than western emoticons. They’re quite popular in Japan, and they’re getting more and more popular overseas. They are composed of a lot of different characters mostly unused in regular speech to create more detailed expressions, which is what makes them more expressive than western emoticons.

(ノ◕ヮ◕)ノ*:・゚✧                    

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

Tên Kaomojie Kaomojie
ID lmejjdlbclkidnpmcoknihonapppadid
URL Chính Thức https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid
Mô tả Easy and fast access to hundreds of kaomojis
Kích Thước Tệp 30.94 KB
Số Lần Cài Đặt 942
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2022-03-23
Ngày Phát Hành 2020-05-18
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Duncan (duncannah)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/duncannah/kaomojie
URL Trang Trợ Giúp https://github.com/duncannah/kaomojie/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kaomojie",
    "version": "2.0.2",
    "description": "Easy and fast access to hundreds of kaomojis",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "64": "assets\/icons\/icon64.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Kaomojie",
        "default_popup": "popup.htm"
    },
    "permissions": [
        "storage"
    ]
}