Kaomoji Me Up

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

什麼是Kaomoji Me Up?

Kaomoji Me Up是由catherinecodes開發的Chrome擴展程式,該擴展的主要功能是“Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!”。

擴展截圖

screenshot

下載Kaomoji Me Up擴展crx文件

下載Kaomoji Me Up擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
官方網址 https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
簡介 Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
檔案大小 215 KB
安裝次數 2,639
目前版本 1.0.0
更新時間 2019-02-04
上架時間 2019-02-03
評分 4.45/5 共 11 次評分
開發者 catherinecodes
付費類型 free
支援的語言 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."
    }
}