WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Count Words

Count Words

View on Chrome Web Store
View Count Words Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (12 ratings)
1 new ratings
5 views
This extension has been viewed 5 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Count Words app to find out how many words are in a paragraph. Make any writing task easier with the help of a words counter.
Type
Extension
Users
136 users
2
SHIFT LLC
View author page of SHIFT LLC
Published
Published on September 29, 2024
Version 1.1
Manifest version
3
Updated
Updated on November 13, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Count Words Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "48": "48x48.png",
            "128": "128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Close.png",
                "Star_grey.png",
                "Star_gold.png",
                "Star_gold_main.png",
                "popup.html",
                "popup.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "artifactScript.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top