テキストカウンター

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

Cos'è テキストカウンター?

テキストカウンター è un'estensione di Chrome sviluppata da banana1234sprit, e la sua funzione principale è "選択された文字列の文字数をカウントします。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione テキストカウンター

Scarica i file di estensione テキストカウンター in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome テキストカウンター テキストカウンター
ID mhhkehfgmhjfoabgaimknmmfebofgecn
URL Ufficiale 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
Descrizione 選択された文字列の文字数をカウントします。
Dimensione del File 7.78 KB
Conteggio Installazioni 35
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-09-18
Data di Pubblicazione 2018-09-17
Sviluppatore banana1234sprit
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}