Savedev Code Converter
Utilities for code conversion
Savedev Code Converter란 무엇입니까?
Savedev Code Converter은(는) savedev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utilities for code conversion"입니다.
확장 프로그램 스크린샷
Savedev Code Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Savedev Code Converter is a simple Chrome Extension that implements several functions of convertion. It's easy to install in Chrome Browser and to use. Convertions currently implemented are: - Text String to Binary - Binary to Text String - Binary to Number - Number to Binary - Hexadecimal to Number(decimal) - Number(decimal) to Hexadecimal - URL Encode - URL Decode - HTML Encode special chars - HTML Decode special chars - XML to JSON - JSON to XML - Base64 Encode - Base64 Decode - Invert Text - Text to Morse - Text to Lowercase - Text to Uppercase - Strip Tags - Invert Text Words - Text to ASCII - ASCII to Text - Color Hexadecimal to RGB - Color RGB to Hexadecimal Website: http://savedev.altervista.org
확장 프로그램 기본 정보
이름 | Savedev Code Converter |
ID | ppglfnijphgjpkalcelbpoggpgkhkcbm |
공식 URL | https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm |
설명 | Utilities for code conversion |
파일 크기 | 225 KB |
설치 횟수 | 437 |
현재 버전 | 1.3 |
최근 업데이트 | 2020-02-05 |
출시 날짜 | 2020-02-05 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | savedev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://savedev.altervista.org |
도움말 페이지 URL | http://savedev.altervista.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Savedev Code Converter", "description": "Utilities for code conversion", "version": "1.3", "manifest_version": 2, "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "browser_action": { "default_icon": { "19": "images\/logo_19.png" }, "default_title": "Savedev Code Converter", "default_popup": "index.html" } } |