Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

What is Upper Lower - text case converter?

Upper Lower - text case converter is a Chrome extension developed by https://hectorvaldes.dev, and its main feature is "Change a text to uppercase and lowercase quickly and easily".

Extension Screenshots

screenshot
screenshot

Download Upper Lower - text case converter Extension CRX File

Download Upper Lower - text case converter 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

                        The extension is very easy to use: 
- Copy a text and paste it into the extension box. 
- Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All). 
- The extension will automatically select the result for you to copy. 
- Done, paste it wherever you want.                    

Extension Basic Information

Name Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
Official URL https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Description Change a text to uppercase and lowercase quickly and easily
File Size 29.92 KB
Installation Count 130
Current Version 1.4.1
Last Updated 2024-02-29
Publish Date 2022-07-30
Rating 5.00/5 Total 2 Ratings
Developer https://hectorvaldes.dev
Email [email protected]
Payment Type free
Extension Website https://hectorvaldes.dev/
Help Page URL https://hectorvaldes.dev/#contacto
Privacy Policy Page URL https://hectorvaldes.dev/privacy-policy-upper-lower
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upper Lower - text case converter",
    "description": "Change a text to uppercase and lowercase quickly and easily",
    "version": "1.4.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Paste the text and convert it",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/get_started16.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "manifest_version": 3,
    "author": "Mushroom Dev"
}