Kaomojie

Easy and fast access to hundreds of kaomojis

Kaomojieとは何ですか?

KaomojieはDuncan (duncannah)によって開発されたChromeの拡張機能で、その主な機能は「Easy and fast access to hundreds of kaomojis」です。

拡張機能のスクリーンショット

screenshot

Kaomojie拡張機能のCRXファイルをダウンロード

Kaomojie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.

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

拡張機能の基本情報

名前 Kaomojie Kaomojie
ID lmejjdlbclkidnpmcoknihonapppadid
公式URL https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid
説明 Easy and fast access to hundreds of kaomojis
ファイルサイズ 30.94 KB
インストール数 942
現在のバージョン 2.0.2
最終更新日 2022-03-23
公開日 2020-05-18
評価 4.80/5 合計 10 レビュー
開発者 Duncan (duncannah)
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/duncannah/kaomojie
ヘルプページのURL https://github.com/duncannah/kaomojie/issues
対応言語 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"
    ]
}