IT Tools

Handy online tools for developers!

IT Tools란 무엇입니까?

IT Tools은(는) https://itoolkit.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handy online tools for developers!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

IT Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Collection of handy online tools for developers, with great UX. IT Tools is a free collection of handy online tools for developers & people working in IT.

===========Tools list===========
==Web==
- Encode/decode url formatted strings
- Escape html entities
- Url parser
- Device information
- Basic auth generator
- Open graph meta generator
- OTP code generator
- Mime types
- JWT parser
- Keycode info
- Slugify string
- HTML WYSIWYG editor
- User-agent parser
- HTTP status codes
- JSON diff
- Markdown Editor

==Network==
- IP Location
- IPv4 subnet calculator
- IPv4 address converter
- MAC address lookup

==Development==
- Git cheatsheet
- Random port generator
- Crontab generator
- JSON prettify and format
- JSON minify
- JSON to CSV
- SQL prettify and format
- Chmod calculator
- Docker run to Docker compose converter
- XML formatter

==Crypto==
- Token generator
- Hash text
- Bcrypt
- UUIDs generator
- ULID generator
- Encrypt / decrypt text
- BIP39 passphrase generator
- Hmac generator
- RSA key pair generator
- Password strength analyser
- File checksum validator
- Photo EXIF reader

==Converter==
- Date-time converter
- Integer base converter
- Roman numeral converter
- Base64 string encoder/decoder
- Base64 file converter
- Color converter
- Case converter
- Text to NATO alphabet
- Text to ASCII binary
- YAML to JSON converter
- YAML to TOML
- JSON to YAML converter
- JSON to TOML
- List converter
- TOML to JSON

More tools are on the way...                    

확장 프로그램 기본 정보

이름 IT Tools IT Tools
ID ehbfkcepbjbhjiilmhnjcomjegnpcjoc
공식 URL https://chromewebstore.google.com/detail/it-tools/ehbfkcepbjbhjiilmhnjcomjegnpcjoc
설명 Handy online tools for developers!
파일 크기 3.97 MB
설치 횟수 1,190
현재 버전 1.0.2
최근 업데이트 2023-12-22
출시 날짜 2023-11-22
평점 5.00/5 총 148 개의 평점
개발자 https://itoolkit.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://itoolkit.app/it-tools
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 3,
    "author": "IT Tools",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "\/images\/icon_16X16.png",
            "32": "\/images\/icon_32X32.png",
            "48": "\/images\/icon_48X48.png",
            "128": "\/images\/icon_128X128.png",
            "256": "\/images\/icon_256X256.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16X16.png",
        "32": "\/images\/icon_32X32.png",
        "48": "\/images\/icon_48X48.png",
        "128": "\/images\/icon_128X128.png",
        "256": "\/images\/icon_256X256.png"
    },
    "options_ui": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.json"
            ],
            "matches": [
                "https:\/\/itoolkit.app\/*"
            ]
        }
    ]
}