Uppercase Converter

Converts text into uppercase.

What is Uppercase Converter?

Uppercase Converter is a Chrome extension developed by Pavel Babin, and its main feature is "Converts text into uppercase.".

Extension Screenshots

screenshot

Download Uppercase Converter Extension CRX File

Download Uppercase 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

                        This simple extension allow you to convert text into uppercase in one click.                    

Extension Basic Information

Name Uppercase Converter Uppercase Converter
ID dagidpehkckgpfofognpoofhkggmgdfk
Official URL https://chromewebstore.google.com/detail/uppercase-converter/dagidpehkckgpfofognpoofhkggmgdfk
Description Converts text into uppercase.
File Size 45.33 KB
Installation Count 1,840
Current Version 1.0
Last Updated 2016-07-22
Publish Date 2016-07-21
Rating 4.20/5 Total 5 Ratings
Developer Pavel Babin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uppercase Converter",
    "description": "Converts text into uppercase.",
    "version": "1.0",
    "permissions": [
        "clipboardRead"
    ],
    "browser_action": {
        "default_title": "Uppercase Converter",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}