WebExtension.net
WebExtension.net

Count me up lite - Word and character counter

View on Chrome Web Store
View Count me up lite - Word and character counter Chrome Extension on Chrome Web Store
4.5 (4 ratings)

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

Word and character counter
Type
Extension
Users
1,000 users
Iulian Preda
View author page of Iulian Preda
Published
Published on April 23, 2020
Version 1.0
Manifest version
2
Updated
Updated on March 11, 2021
View on Chrome Web Store
View Count me up lite - Word and character counter Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": ".\/assets\/images\/128x128-icon.png"
    },
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/content_script\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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