Text Case Converter

Converts text to different letter cases such as Uppercase, Lowercase, Capitalized Case, Sentece Case and Alternating Case.

Text Case Converter란 무엇입니까?

Text Case Converter은(는) https://digitalmarketingmind.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts text to different letter cases such as Uppercase, Lowercase, Capitalized Case, Sentece Case and Alternating Case."입니다.

확장 프로그램 스크린샷

screenshot

Text Case Converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Text Case Converter is a chrome extension that allows you to easily change the case of any text you select on a web page.

You can choose from different options, such as upper, lower, title, sentence, capitalized, and alternating case.

Title Case Converter:

This tool that takes a piece of text and converts it to title case. In title case, the first letter of each word is capitalized, except for certain small words like "and," "of," and "the." This is a common convention used in titles of books, articles, and other written works.

Sentence Case Converter:

This tool that takes a piece of text and converts it to sentence case. In sentence case, the first letter of the first word of each sentence is capitalized, as well as any proper nouns (e.g. names of people or places). All other words are written in lowercase. This is the standard convention used in most written English.

Upper Case Converter:

This tool that takes a piece of text and converts all the letters to uppercase. In uppercase, all the letters are capitalized. This is useful for emphasizing certain words or for writing headings or titles in a more eye-catching way.

Lower Case Converter:

This tool that takes a piece of text and converts all the letters to lowercase. In lowercase, all the letters are written in small letters. This is useful when you want to write in a more casual or informal style.

Alternating Case Converter:

This tool that takes a piece of text and alternates the case of each letter. The first letter is capitalized, the second letter is in lowercase, the third letter is capitalized again, and so on. This is sometimes called "spongebob case" because it resembles the way Spongebob Squarepants' name is written. Alternating case is mostly used for decorative purposes or to add some personality to your text.

Text Case Converter is useful for formatting text according to your preferences or needs, such as writing headlines, titles, captions, code, etc.

Text Case Converter is simple and fast to use.

Click on the icon in your browser, Just type the text you want to convert and click on desired case button to convert it.

You can also use "Copy" button to copy the converted text.

It does not require any permissions or access to your browsing data.

Text case-converter is a handy tool for anyone who works with text on the web.

Learn more details about plugin: https://digitalmarketingmind.com/case-converter/                    

확장 프로그램 기본 정보

이름 Text Case Converter Text Case Converter
ID dkdpfgclohkhnkppppenhdmlcfggmcjp
공식 URL https://chromewebstore.google.com/detail/text-case-converter/dkdpfgclohkhnkppppenhdmlcfggmcjp
설명 Converts text to different letter cases such as Uppercase, Lowercase, Capitalized Case, Sentece Case and Alternating Case.
파일 크기 17.19 KB
설치 횟수 736
현재 버전 1.0
최근 업데이트 2023-05-02
출시 날짜 2023-04-08
평점 5.00/5 총 2 개의 평점
개발자 https://digitalmarketingmind.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://digitalmarketingmind.com/
도움말 페이지 URL https://digitalmarketingmind.com/case-converter/
개인정보 보호 정책 페이지 URL https://digitalmarketingmind.com/privacy-policy-tos
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Case Converter",
    "version": "1.0",
    "description": "Converts text to different letter cases such as Uppercase, Lowercase, Capitalized Case, Sentece Case and Alternating Case.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon48.png"
    }
}