Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

Word Letter Counterとは何ですか?

Word Letter Counterはhttps://www.wordlettercount.comによって開発されたChromeの拡張機能で、その主な機能は「Word Counter, Letter Counter, Character Counter Toolbar」です。

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

screenshot

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

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

拡張機能の使用方法

                        Character Counter, Letter Counter, Word Counter, Free Counter tool                    

拡張機能の基本情報

名前 Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
公式URL https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
説明 Word Counter, Letter Counter, Character Counter Toolbar
ファイルサイズ 18.77 KB
インストール数 118
現在のバージョン 1.0.2
最終更新日 2017-03-23
公開日 2017-03-23
評価 4.25/5 合計 4 レビュー
開発者 https://www.wordlettercount.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Letter Counter",
    "description": "Word Counter, Letter Counter, Character Counter Toolbar",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "64": "icon.png"
        },
        "homepage_url": "http:\/\/www.wordlettercount.com\/",
        "default_title": "Word Letter Counter",
        "default_popup": "pencere.html"
    },
    "background": {
        "scripts": [
            "eklenti.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/www.wordlettercount.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "eklenti.js"
            ]
        }
    ]
}