Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Wat is Upper Lower - text case converter?
Upper Lower - text case converter is een Chrome-extensie ontwikkeld door https://hectorvaldes.dev, en de belangrijkste functie is "Change a text to uppercase and lowercase quickly and easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Upper Lower - text case converter
Download Upper Lower - text case converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | clhpelfcjphahimcabjdabcocdnphnfe |
| Officiële URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
| Beschrijving | Change a text to uppercase and lowercase quickly and easily |
| Bestandsgrootte | 29.92 KB |
| Aantal Installaties | 130 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2024-02-29 |
| Publicatiedatum | 2022-07-30 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://hectorvaldes.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://hectorvaldes.dev/ |
| Help Pagina-URL | https://hectorvaldes.dev/#contacto |
| URL van de Privacybeleid Pagina | https://hectorvaldes.dev/privacy-policy-upper-lower |
| Ondersteunde Talen | 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"
} | |