Character Count

Количество символов и слов в тексте

Character Countとは何ですか?

Character Countはhttps://charactercount.orgによって開発されたChromeの拡張機能で、その主な機能は「Количество символов и слов в тексте」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool.

A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline.

How do you use it? 

- Activate the extension
- Highlight the text fragment
- Click the extension button and Character counter will count how many words and characters                    

拡張機能の基本情報

名前 Character Count Character Count
ID pbdbclofheomdhkeinpijgfhkdjcookd
公式URL https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd
説明 Количество символов и слов в тексте
ファイルサイズ 17.75 KB
インストール数 5,527
現在のバージョン 1.0.0
最終更新日 2020-11-02
公開日 2020-09-07
評価 3.29/5 合計 7 レビュー
開発者 https://charactercount.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://charactercount.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Character Count",
    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}