Word Count on Webpage By Warp Vessel

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

What is Word Count on Webpage By Warp Vessel?

Word Count on Webpage By Warp Vessel is a Chrome extension developed by Warp Vessel Apps, and its main feature is "A simple chrome extension that allows you to instantly see the word count on the current webpage.".

Extension Screenshots

screenshot
screenshot

Download Word Count on Webpage By Warp Vessel Extension CRX File

Download Word Count on Webpage By Warp Vessel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Word Count on Webpage By Warp Vessel Word Count on Webpage By Warp Vessel
ID poojadbpgpkiokkenipihadhecgphkfh
Official URL https://chromewebstore.google.com/detail/word-count-on-webpage-by/poojadbpgpkiokkenipihadhecgphkfh
Description A simple chrome extension that allows you to instantly see the word count on the current webpage.
File Size 6.48 KB
Installation Count 321
Current Version 1.02
Last Updated 2019-05-30
Publish Date 2019-05-24
Rating 3.75/5 Total 4 Ratings
Developer Warp Vessel Apps
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}