Word Count on Webpage By Warp Vessel

A simple chrome extension that allows you to instantly see the word count on the current webpage.

Word Count on Webpage By Warp Vesselとは何ですか?

Word Count on Webpage By Warp VesselはWarp Vessel Appsによって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension that allows you to instantly see the word count on the current webpage.」です。

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

screenshot
screenshot

Word Count on Webpage By Warp Vessel拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple chrome extension that allows you to instantly see the word count on the current webpage.                    

拡張機能の基本情報

名前 Word Count on Webpage By Warp Vessel Word Count on Webpage By Warp Vessel
ID poojadbpgpkiokkenipihadhecgphkfh
公式URL https://chromewebstore.google.com/detail/word-count-on-webpage-by/poojadbpgpkiokkenipihadhecgphkfh
説明 A simple chrome extension that allows you to instantly see the word count on the current webpage.
ファイルサイズ 6.48 KB
インストール数 321
現在のバージョン 1.02
最終更新日 2019-05-30
公開日 2019-05-24
評価 3.75/5 合計 4 レビュー
開発者 Warp Vessel Apps
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count on Webpage By Warp Vessel",
    "version": "1.02",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Word Count By Warp Vessel",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}