Characters Counter

A character, letter, word counter

Characters Counterとは何ですか?

Characters Counterはmateusznowotnikによって開発されたChromeの拡張機能で、その主な機能は「A character, letter, word counter」です。

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

screenshot

Characters Counter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple character, letter, word counter.
I would really appreciate any feedback :)                    

拡張機能の基本情報

名前 Characters Counter Characters Counter
ID afjiebpjglmjfhhhhmobdnadflocmold
公式URL https://chromewebstore.google.com/detail/characters-counter/afjiebpjglmjfhhhhmobdnadflocmold
説明 A character, letter, word counter
ファイルサイズ 4.98 KB
インストール数 64
現在のバージョン 1.0
最終更新日 2016-06-06
公開日 2016-06-06
評価 4.33/5 合計 3 レビュー
開発者 mateusznowotnik
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Characters Counter",
    "version": "1.0",
    "description": "A character, letter, word counter",
    "icons": {
        "128": "l_icon.png"
    },
    "browser_action": {
        "default_icon": "l.png",
        "default_title": "Count it!",
        "default_popup": "letter_counter.html"
    }
}