Simple Character Count

The Simple Character & Word Count

Simple Character Countとは何ですか?

Simple Character CountはThe IT Manによって開発されたChromeの拡張機能で、その主な機能は「The Simple Character & Word Count」です。

拡張機能のスクリーンショット

screenshot

Simple Character Count拡張機能のCRXファイルをダウンロード

Simple Character Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

拡張機能の基本情報

名前 Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
公式URL https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
説明 The Simple Character & Word Count
ファイルサイズ 1.5 MB
インストール数 128
現在のバージョン 0.0.2
最終更新日 2021-09-21
公開日 2021-09-19
評価 5.00/5 合計 2 レビュー
開発者 The IT Man
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}