Kaomoji Me Up

Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!

Kaomoji Me Up là gì?

Kaomoji Me Up là một tiện ích mở rộng Chrome được phát triển bởi catherinecodes, và tính năng chính của nó là "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!".

Ả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 Kaomoji Me Up

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

                        Easily find kaomojis that express your feelings and copy them to your clipboard by clicking on any kaomoji! There is no need to search sites for kaomojis anymore.

FEATURES:
- Minimal and clean UI
- Kaomojis organized into categories
- Keeps track of your recently used kaomojis

CREDITS:
Icon made by Freepik from www.flaticon.com                    

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

Tên Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
URL Chính Thức https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
Mô tả Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 2,639
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-02-04
Ngày Phát Hành 2019-02-03
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển catherinecodes
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kaomoji Me Up",
    "version": "1.0.0",
    "description": "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/bear16.png",
        "32": "icons\/bear32.png",
        "48": "icons\/bear48.png",
        "128": "icons\/bear128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "popup.js",
            "materialize\/js\/materialize.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bear16.png",
        "default_popup": "popup.html",
        "default_title": "A popup will come here."
    }
}