Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

O que é Upper Lower - text case converter?

Upper Lower - text case converter é uma extensão do Chrome desenvolvida por https://hectorvaldes.dev, e sua principal característica é "Change a text to uppercase and lowercase quickly and easily".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Upper Lower - text case converter

Baixe arquivos de extensão Upper Lower - text case converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The extension is very easy to use: 
- Copy a text and paste it into the extension box. 
- Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All). 
- The extension will automatically select the result for you to copy. 
- Done, paste it wherever you want.                    

Informações Básicas da Extensão

Nome Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
URL Oficial https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Descrição Change a text to uppercase and lowercase quickly and easily
Tamanho do Arquivo 29.92 KB
Contagem de Instalações 130
Versão Atual 1.4.1
Última Atualização 2024-02-29
Data de Publicação 2022-07-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://hectorvaldes.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hectorvaldes.dev/
URL da Página de Ajuda https://hectorvaldes.dev/#contacto
URL da Página de Política de Privacidade https://hectorvaldes.dev/privacy-policy-upper-lower
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upper Lower - text case converter",
    "description": "Change a text to uppercase and lowercase quickly and easily",
    "version": "1.4.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Paste the text and convert it",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/get_started16.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "manifest_version": 3,
    "author": "Mushroom Dev"
}