Count selected characters and words

A simple tool to count selected characters and words.

Count selected characters and wordsとは何ですか?

Count selected characters and wordsはhttp://riangraphics.comによって開発されたChromeの拡張機能で、その主な機能は「A simple tool to count selected characters and words.」です。

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

screenshot

Count selected characters and words拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

拡張機能の基本情報

名前 Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
公式URL https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
説明 A simple tool to count selected characters and words.
ファイルサイズ 7.42 KB
インストール数 75
現在のバージョン 1.0.4
最終更新日 2018-10-09
公開日 2018-10-09
評価 4.50/5 合計 4 レビュー
開発者 http://riangraphics.com
支払い方法 free
拡張機能のウェブサイト https://riangraphics.com/highlithed-word-counter/
ヘルプページのURL https://riangraphics.com/highlithed-word-counter/#faq
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}