Inputer

Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case

What is Inputer?

Inputer is a Chrome extension developed by syphersamurai, and its main feature is "Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case".

Extension Screenshots

screenshot

Download Inputer Extension CRX File

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

                        Easily convert or change lowercase to capital letters, capital letters to capital letters Case.                    

Extension Basic Information

Name Inputer Inputer
ID edmlagpahheijdbnjodcbfeicehombbg
Official URL https://chromewebstore.google.com/detail/inputer/edmlagpahheijdbnjodcbfeicehombbg
Description Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case
File Size 5.34 MB
Installation Count 78
Current Version 0.2.2
Last Updated 2023-12-11
Publish Date 2020-12-06
Developer syphersamurai
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inputer",
    "version": "0.2.2",
    "description": "Easily convert text between different letter cases: lower case, UPPER CASE, Sentence case, Capitalized Case",
    "action": {
        "default_icon": ".\/assets\/128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/16.png",
        "48": ".\/assets\/48.png",
        "128": ".\/assets\/128.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.buymeacoffee.com\/*"
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}