Text Convert Case

Convert case, slugify data of the selected text

Text Convert Case란 무엇입니까?

Text Convert Case은(는) Genius Lynx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert case, slugify data of the selected text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

확장 프로그램 기본 정보

이름 Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
공식 URL https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
설명 Convert case, slugify data of the selected text
파일 크기 11.48 KB
설치 횟수 137
현재 버전 1.0.0.0
최근 업데이트 2021-12-10
출시 날짜 2021-12-09
평점 3.67/5 총 3 개의 평점
개발자 Genius Lynx
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://geniuslynx.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}