꿀조의
가입 150,000+ 가입자

원격 개발자를 위한 무료 도구: 내 실제 브라우저 탭 툴킷
원격 개발자로서 계속 열어두고 있는 무료 브라우저 도구: JSON,Base64, regex,타임스탬프, 이미지 압축,정직한 간격. 설치 없음.

HTML Table Generator: Turn CSV Into an Accessible HTML Table
The Toolz HTML table generator takes comma or tab-separated data and writes a complete, accessible <table> with <thead>, <tbody>, and proper header cells.

JSON to Go Struct: Turn an API Response Into Ready-to-Compile Types
The Toolz JSON to Go struct converter parses a JSON document and emits the Go type declarations that describe it.

Unicode Converter: Move One Character Between HTML, JavaScript, and CSS Without Guessing
Every character has a Unicode code point, a number written like U+0041 for A.

CSS Formatter: Turn Minified Stylesheets Back Into Something You Can Read
A CSS formatter re-indents a stylesheet with consistent spacing so it is readable, and a CSS minifier strips that spacing back out so the file is small.

Basic Auth Generator: Build the Authorization Header Without Guessing
HTTP Basic Authentication sends a username and password as base64(username:password) in the Authorization header.

User Agent Parser: Read Any Browser String the Right Way
The Toolz user agent parser takes a User-Agent string and splits it into browser, rendering engine, operating system, device type, and CPU architecture.

JSON to PHP Array: Turn a JSON Blob Into Ready-to-Paste PHP
The Toolz JSON to PHP array converter parses a JSON document and serialises it as a PHP array literal you can paste straight into a file.

SMS QR Code Generator: Let People Text You With One Scan
An SMS QR code encodes an SMSTO: payload, so scanning it with a phone camera opens the messaging app with the recipient number and, optionally, a message body already filled in.

Hreflang x-기본값: 정의 및 사용 시기
x-default 는 사용자의 다른 언어 또는 지역 항목 중 어느 것도 사용자와 일치하지 않을 때 제공할 페이지의 이름을 지정하는 hreflang 값입니다.