WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Character counter

Character counter

View on Chrome Web Store
View Character counter Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (7 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

Character counter, Twitter character counter. Operates by right-clicking your mouse. Suitable for counting characters in Excel.
Type
Extension
Users
1,000 users
6
proludey
View author page of proludey
Published
Published on March 29, 2024
Version 0.0.2
Manifest version
3
Updated
Updated on March 29, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Character counter 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": "0.0.2",
    "default_locale": "en",
    "short_name": "__MSG_appName__",
    "name": "__MSG_appName__",
    "side_panel": {
        "default_path": "options.html"
    },
    "description": "__MSG_shortDesc__",
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "64": "img\/64x64.png",
        "128": "img\/128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel",
        "contextMenus"
    ]
}
© 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