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

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

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

count the number of characters(文章の文字数を調べる) è un'estensione di Chrome sviluppata da https://muryo-tool.net, e la sua funzione principale è "文章をドラッグ選択すると文字数を表示します。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione count the number of characters(文章の文字数を調べる)

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

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

Informazioni di Base sull'Estensione

Nome count the number of characters(文章の文字数を調べる) count the number of characters(文章の文字数を調べる)
ID hmoemocalglhjgpodkieamcbiibjmbag
URL Ufficiale https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag
Descrizione 文章をドラッグ選択すると文字数を表示します。
Dimensione del File 5.95 KB
Conteggio Installazioni 65
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-14
Data di Pubblicazione 2015-12-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://muryo-tool.net
Tipo di Pagamento free
Sito Web dell'Estensione http://muryo-tool.net
Lingue Supportate 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"
}