Convert Case Menu

On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.

What is Convert Case Menu?

Convert Case Menu is a Chrome extension developed by https://convertcase.net, and its main feature is "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".

Extension Screenshots

screenshot

Download Convert Case Menu Extension CRX File

Download Convert Case Menu 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

                        Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks.

This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab

Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically.

If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.                    

Extension Basic Information

Name Convert Case Menu Convert Case Menu
ID neineehhbgjpcmlokkckgcengmgngnii
Official URL https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii
Description On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
File Size 5.92 KB
Installation Count 1,000
Current Version 2.0.3
Last Updated 2016-03-15
Publish Date 2016-03-15
Rating 1.94/5 Total 48 Ratings
Developer https://convertcase.net
Email [email protected]
Payment Type free
Extension Website https://convertcase.net/
Help Page URL http://jasongillyon.co.uk/contact
Privacy Policy Page URL https://convertcase.net/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Convert Case Menu",
    "short_name": "Convert Case",
    "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/convertcase.net\/*"
    ],
    "browser_action": {
        "default_title": "Convert Case"
    }
}