Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

Vad är Upper Lower - text case converter?

Upper Lower - text case converter är en Chrome-tillägg utvecklad av https://hectorvaldes.dev, och dess huvudfunktion är "Change a text to uppercase and lowercase quickly and easily".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Upper Lower - text case converter-förlängningens CRX-fil

Ladda ner Upper Lower - text case converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
Officiell webbadress https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Beskrivning Change a text to uppercase and lowercase quickly and easily
Filstorlek 29.92 KB
Antal Installationer 130
Aktuell Version 1.4.1
Senast Uppdaterad 2024-02-29
Publiceringsdatum 2022-07-30
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://hectorvaldes.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hectorvaldes.dev/
Hjälpsida URL https://hectorvaldes.dev/#contacto
URL till Sekretesspolicy Sidan https://hectorvaldes.dev/privacy-policy-upper-lower
Stödda Språk 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"
}