Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Was ist Upper Lower - text case converter?
Upper Lower - text case converter ist eine Chrome-Erweiterung, die von https://hectorvaldes.dev entwickelt wurde, und ihr Hauptmerkmal ist "Change a text to uppercase and lowercase quickly and easily".
Erweiterungsscreenshots
Upper Lower - text case converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Upper Lower - text case converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clhpelfcjphahimcabjdabcocdnphnfe |
| Offizielle URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
| Beschreibung | Change a text to uppercase and lowercase quickly and easily |
| Dateigröße | 29.92 KB |
| Installationsanzahl | 130 |
| Aktuelle Version | 1.4.1 |
| Letztes Update | 2024-02-29 |
| Veröffentlichungsdatum | 2022-07-30 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://hectorvaldes.dev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://hectorvaldes.dev/ |
| Hilfeseite URL | https://hectorvaldes.dev/#contacto |
| URL der Datenschutzrichtlinien-Seite | https://hectorvaldes.dev/privacy-policy-upper-lower |
| Unterstützte Sprachen | 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"
} | |