Upper Lower - text case converter

Change a text to uppercase and lowercase quickly and easily

Upper Lower - text case converter란 무엇입니까?

Upper Lower - text case converter은(는) https://hectorvaldes.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change a text to uppercase and lowercase quickly and easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Upper Lower - text case converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Upper Lower - text case converter Upper Lower - text case converter
ID clhpelfcjphahimcabjdabcocdnphnfe
공식 URL https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe
설명 Change a text to uppercase and lowercase quickly and easily
파일 크기 29.92 KB
설치 횟수 130
현재 버전 1.4.1
최근 업데이트 2024-02-29
출시 날짜 2022-07-30
평점 5.00/5 총 2 개의 평점
개발자 https://hectorvaldes.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hectorvaldes.dev/
도움말 페이지 URL https://hectorvaldes.dev/#contacto
개인정보 보호 정책 페이지 URL https://hectorvaldes.dev/privacy-policy-upper-lower
지원되는 언어 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"
}