Convert Text

Allows you to convert text from a context menu.

What is Convert Text?

Convert Text is a Chrome extension developed by becca.ooo, and its main feature is "Allows you to convert text from a context menu.".

Extension Screenshots

screenshot

Download Convert Text Extension CRX File

Download Convert Text 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

                        Converts case of any editable, selected text, or the entire input area if no text is selected.
Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.                    

Extension Basic Information

Name Convert Text Convert Text
ID mcpglhjaahelnpjalcaeecgkjhkpokdn
Official URL https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn
Description Allows you to convert text from a context menu.
File Size 18.15 KB
Installation Count 459
Current Version 1.1.0
Last Updated 2015-05-22
Publish Date 2015-05-22
Rating 3.29/5 Total 7 Ratings
Developer becca.ooo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text",
    "short_name": "Convert Text",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "Allows you to convert text from a context menu.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "offline_enabled": true
}