Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

Apa itu Upper Lower - text case converter?

Upper Lower - text case converter adalah ekstensi Chrome yang dikembangkan oleh https://hectorvaldes.dev, dan fitur utamanya adalah "Change a text to uppercase and lowercase quickly and easily".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Upper Lower - text case converter

Unduh file ekstensi Upper Lower - text case converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
URL Resmi https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
Deskripsi Change a text to uppercase and lowercase quickly and easily
Ukuran File 29.92 KB
Jumlah Instalasi 130
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2024-02-29
Tanggal Publikasi 2022-07-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://hectorvaldes.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hectorvaldes.dev/
URL Halaman Bantuan https://hectorvaldes.dev/#contacto
URL Halaman Kebijakan Privasi https://hectorvaldes.dev/privacy-policy-upper-lower
Bahasa yang Didukung 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"
}