Text Convert Case

Convert case, slugify data of the selected text

What is Text Convert Case?

Text Convert Case is a Chrome extension developed by Genius Lynx, and its main feature is "Convert case, slugify data of the selected text".

Extension Screenshots

screenshot
screenshot

Download Text Convert Case Extension CRX File

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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

Extension Basic Information

Name Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
Official URL https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
Description Convert case, slugify data of the selected text
File Size 11.48 KB
Installation Count 137
Current Version 1.0.0.0
Last Updated 2021-12-10
Publish Date 2021-12-09
Rating 3.67/5 Total 3 Ratings
Developer Genius Lynx
Email [email protected]
Payment Type free
Privacy Policy Page URL https://geniuslynx.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}