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

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

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

count the number of characters(文章の文字数を調べる)是由https://muryo-tool.net開發的Chrome擴展程式,該擴展的主要功能是“文章をドラッグ選択すると文字数を表示します。”。

擴展截圖

screenshot

下載count the number of characters(文章の文字数を調べる)擴展crx文件

下載count the number of characters(文章の文字数を調べる)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 count the number of characters(文章の文字数を調べる) count the number of characters(文章の文字数を調べる)
ID hmoemocalglhjgpodkieamcbiibjmbag
官方網址 https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag
簡介 文章をドラッグ選択すると文字数を表示します。
檔案大小 5.95 KB
安裝次數 65
目前版本 1.0
更新時間 2015-12-14
上架時間 2015-12-13
評分 5.00/5 共 1 次評分
開發者 https://muryo-tool.net
付費類型 free
擴展官網 http://muryo-tool.net
支援的語言 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"
}