WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Right Click Text Format

Right Click Text Format

View on Chrome Web Store
View Right Click Text Format Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (9 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Speed up text formatting with quick case changes, whitespace management, and more.
Type
Extension
Users
921 users
4
Robert Kapitany
View author page of Robert Kapitany
Published
Published on December 21, 2023
Version 5.0
Manifest version
3
Updated
Updated on September 9, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Right Click Text Format 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,
    "name": "Right Click Text Format",
    "short_name": "Text Format",
    "version": "5.0",
    "description": "Speed up text formatting with quick case changes, whitespace management, and more.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "72": "images\/icon72.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png",
        "144": "images\/icon144.png",
        "192": "images\/icon192.png",
        "512": "images\/icon512.png",
        "1024": "images\/icon1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
© 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