Change Case

Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case

What is Change Case?

Change Case is a Chrome extension developed by Abhishek Satre, and its main feature is "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case".

Extension Screenshots

screenshot
screenshot
screenshot

Download Change Case Extension CRX File

Download Change Case 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

                        This extension provides multiple options to change the case of the text. You can convert text case to the following cases:

1. Sentence case
2. Lower case
3. Upper Case
4. Capitalized Case                    

Extension Basic Information

Name Change Case Change Case
ID okecofhlheppfglpgakbmhhohicoikcm
Official URL https://chromewebstore.google.com/detail/change-case/okecofhlheppfglpgakbmhhohicoikcm
Description Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case
File Size 53.23 KB
Installation Count 4,850
Current Version 1
Last Updated 2021-09-02
Publish Date 2019-07-20
Rating 4.29/5 Total 7 Ratings
Developer Abhishek Satre
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Case",
    "description": "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case",
    "version": "1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}