テキストカウンター

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

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

テキストカウンター is een Chrome-extensie ontwikkeld door banana1234sprit, en de belangrijkste functie is "選択された文字列の文字数をカウントします。".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie テキストカウンター

Download テキストカウンター-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam テキストカウンター テキストカウンター
ID mhhkehfgmhjfoabgaimknmmfebofgecn
Officiële 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
Beschrijving 選択された文字列の文字数をカウントします。
Bestandsgrootte 7.78 KB
Aantal Installaties 35
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-09-18
Publicatiedatum 2018-09-17
Ontwikkelaar banana1234sprit
Betalingswijze free
Ondersteunde Talen 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"
    ]
}