Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Co je Upper Lower - text case converter?
Upper Lower - text case converter je rozšíření Chrome vyvinuté https://hectorvaldes.dev, a jeho hlavní funkcí je „Change a text to uppercase and lowercase quickly and easily“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Upper Lower - text case converter
Stáhněte si soubory rozšíření Upper Lower - text case converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Upper Lower - text case converter |
ID | clhpelfcjphahimcabjdabcocdnphnfe |
Oficiální URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
Popis | Change a text to uppercase and lowercase quickly and easily |
Velikost souboru | 29.92 KB |
Počet instalací | 130 |
Aktuální Verze | 1.4.1 |
Poslední Aktualizace | 2024-02-29 |
Datum Vydání | 2022-07-30 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://hectorvaldes.dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hectorvaldes.dev/ |
URL Stránky Nápovědy | https://hectorvaldes.dev/#contacto |
URL Stránky Zásad Ochrany Soukromí | https://hectorvaldes.dev/privacy-policy-upper-lower |
Podporované Jazyky | 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" } |