テキストカウンター

選択された文字列の文字数をカウントします。

What is テキストカウンター?

テキストカウンター is a Chrome extension developed by banana1234sprit, and its main feature is "選択された文字列の文字数をカウントします。".

Extension Screenshots

screenshot
screenshot
screenshot

Download テキストカウンター Extension CRX File

Download テキストカウンター 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

                        選択された文字列の文字数をカウントします。機能を呼び出すには、「ショートカットキー(Shift+Option/Alt)」または「文字を右クリック→文字数をカウントする」を押してください。改行/スペースはカウントされません。レポートの提出等、文字数を数えたい時にお役立てください。
*使用されるサイトによっては、ショートカットキーが使用できない場合があります。                    

Extension Basic Information

Name テキストカウンター テキストカウンター
ID mhhkehfgmhjfoabgaimknmmfebofgecn
Official URL https://chromewebstore.google.com/detail/%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC/mhhkehfgmhjfoabgaimknmmfebofgecn
Description 選択された文字列の文字数をカウントします。
File Size 7.78 KB
Installation Count 35
Current Version 0.1.2
Last Updated 2018-09-18
Publish Date 2018-09-17
Developer banana1234sprit
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30c6\u30ad\u30b9\u30c8\u30ab\u30a6\u30f3\u30bf\u30fc",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "\u9078\u629e\u3055\u308c\u305f\u6587\u5b57\u5217\u306e\u6587\u5b57\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "icons\/text_counter_16.png",
        "128": "icons\/text_counter_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}