mojisu count

テキストエリアに入力した文字数をカウントします

What is mojisu count?

mojisu count is a Chrome extension developed by masaks, and its main feature is "テキストエリアに入力した文字数をカウントします".

Extension Screenshots

screenshot

Download mojisu count Extension CRX File

Download mojisu count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        入力した文字をカウントします。

文字数のテストなどで使ってみてください。

2019/08/11: サロゲートペア文字に対応しました。                    

Extension Basic Information

Name mojisu count mojisu count
ID enjgfofcfiecdjafgpcgpbillfacgeei
Official URL https://chromewebstore.google.com/detail/mojisu-count/enjgfofcfiecdjafgpcgpbillfacgeei
Description テキストエリアに入力した文字数をカウントします
File Size 7.89 KB
Installation Count 36
Current Version 1.2.0
Last Updated 2019-08-11
Publish Date 2019-08-11
Rating 5.00/5 Total 1 Ratings
Developer masaks
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.0",
    "name": "mojisu count",
    "short_name": "mojisu",
    "description": "\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u306b\u5165\u529b\u3057\u305f\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u307e\u3059",
    "browser_action": {
        "default_popup": "mozi.html",
        "default_icon": "mozi_19.png"
    },
    "icons": {
        "16": "mozi_16.png",
        "48": "mozi_48.png",
        "128": "mozi_128.png"
    }
}