Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

Co to jest Upper Lower - text case converter?

Upper Lower - text case converter to rozszerzenie Chrome opracowane przez https://hectorvaldes.dev, a jego główną funkcją jest „Change a text to uppercase and lowercase quickly and easily”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Upper Lower - text case converter

Pobierz pliki rozszerzeń Upper Lower - text case converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
Oficjalny URL https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Opis Change a text to uppercase and lowercase quickly and easily
Rozmiar pliku 29.92 KB
Liczba instalacji 130
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2022-07-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://hectorvaldes.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hectorvaldes.dev/
Adres URL Strony Pomocy https://hectorvaldes.dev/#contacto
Adres URL Strony Polityki Prywatności https://hectorvaldes.dev/privacy-policy-upper-lower
Obsługiwane Języki 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"
}