count the number of characters(文章の文字数を調べる)

文章をドラッグ選択すると文字数を表示します。

What is count the number of characters(文章の文字数を調べる)?

count the number of characters(文章の文字数を調べる) is a Chrome extension developed by https://muryo-tool.net, and its main feature is "文章をドラッグ選択すると文字数を表示します。".

Extension Screenshots

screenshot

Download count the number of characters(文章の文字数を調べる) Extension CRX File

Download count the number of characters(文章の文字数を調べる) 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

                        ウェブページの文章をドラッグして選択すると文字数を表示します。                    

Extension Basic Information

Name count the number of characters(文章の文字数を調べる) count the number of characters(文章の文字数を調べる)
ID hmoemocalglhjgpodkieamcbiibjmbag
Official URL https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag
Description 文章をドラッグ選択すると文字数を表示します。
File Size 5.95 KB
Installation Count 65
Current Version 1.0
Last Updated 2015-12-14
Publish Date 2015-12-13
Rating 5.00/5 Total 1 Ratings
Developer https://muryo-tool.net
Payment Type free
Extension Website http://muryo-tool.net
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "count the number of characters(\u6587\u7ae0\u306e\u6587\u5b57\u6570\u3092\u8abf\u3079\u308b)",
    "manifest_version": 2,
    "description": "\u6587\u7ae0\u3092\u30c9\u30e9\u30c3\u30b0\u9078\u629e\u3059\u308b\u3068\u6587\u5b57\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
    "icons": {
        "128": "count-the-number-of-characters128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "version": "1.0"
}