Tally Word Counter

Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.

Tally Word Counterとは何ですか?

Tally Word Counterはhttps://tallywordcounter.onlineによって開発されたChromeの拡張機能で、その主な機能は「Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Your favorite character counter! Tally is a Chrome extension to easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count to see the number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters in your text.

Visit tallywordcounter.online for the full site.                    

拡張機能の基本情報

名前 Tally Word Counter Tally Word Counter
ID eggkmbghbmjmbdjloifaklghfiecjbnk
公式URL https://chromewebstore.google.com/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk
説明 Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.
ファイルサイズ 13.05 KB
インストール数 331
現在のバージョン 1.1
最終更新日 2019-06-06
公開日 2019-05-31
評価 2.67/5 合計 6 レビュー
開発者 https://tallywordcounter.online
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tally Word Counter",
    "short_name": "Tally",
    "description": "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.",
    "version": "1.1",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2
}