Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

Qu'est-ce que Upper Lower - text case converter ?

Upper Lower - text case converter est une extension Chrome développée par https://hectorvaldes.dev, et sa fonction principale est "Change a text to uppercase and lowercase quickly and easily".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Upper Lower - text case converter

Téléchargez les fichiers d'extension Upper Lower - text case converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
URL Officiel https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Description Change a text to uppercase and lowercase quickly and easily
Taille du Fichier 29.92 KB
Nombre d'Installations 130
Version Actuelle 1.4.1
Dernière Mise à Jour 2024-02-29
Date de Publication 2022-07-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://hectorvaldes.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hectorvaldes.dev/
URL de la Page d'Aide https://hectorvaldes.dev/#contacto
URL de la Page de Politique de Confidentialité https://hectorvaldes.dev/privacy-policy-upper-lower
Langues Prises en Charge 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"
}