Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Cos'è Upper Lower - text case converter?
Upper Lower - text case converter è un'estensione di Chrome sviluppata da https://hectorvaldes.dev, e la sua funzione principale è "Change a text to uppercase and lowercase quickly and easily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Upper Lower - text case converter
Scarica i file di estensione Upper Lower - text case converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Upper Lower - text case converter |
ID | clhpelfcjphahimcabjdabcocdnphnfe |
URL Ufficiale | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
Descrizione | Change a text to uppercase and lowercase quickly and easily |
Dimensione del File | 29.92 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2024-02-29 |
Data di Pubblicazione | 2022-07-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://hectorvaldes.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hectorvaldes.dev/ |
URL della Pagina di Aiuto | https://hectorvaldes.dev/#contacto |
URL della Pagina della Politica sulla Privacy | https://hectorvaldes.dev/privacy-policy-upper-lower |
Lingue Supportate | 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" } |