DevBox

The Developer Toolbox

DevBox란 무엇입니까?

DevBox은(는) https://dev-box.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Developer Toolbox"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        DevBox (www.dev-box-app) is a collection of little utilities (63 and growing) that are useful during development:

- CRON: inspect CRON expressions in English, and it's next occurrences as a list or a calendar
- Generators: Lorem Ipsum, Password, QR Code, Color Palette
- KeyCode Info: Get the keycode of the pressed key
- Formatters: XML, HTML, GraphQL, JavaScript, YAML
- Encoders / Decoders: HTML Entities, Base64, URI
- Faker: generate fake data and get it as a JSON
- CSS Cursor Reference: Visually see and copy values to the clipboard
- Text Diff Checker: Check the difference between two texts
- IP information: Check your outside IP address
- CSV Previewer: Preview CSV files in a table
- SVG Optimizer: Optimize SVGs for size
- Image Compressor: Compress images
- JSON Viewer: View JSON files in an interactive way

This extension is basically a shortcut to https://app.dev-box.app/ which contains 10 tools that can be used for free.                    

확장 프로그램 기본 정보

이름 DevBox DevBox
ID lmgokdflmeogomlallkkchmgndnipodl
공식 URL https://chromewebstore.google.com/detail/devbox/lmgokdflmeogomlallkkchmgndnipodl
설명 The Developer Toolbox
파일 크기 82.54 KB
설치 횟수 172
현재 버전 2.3.0
최근 업데이트 2022-08-13
출시 날짜 2021-11-22
평점 3.00/5 총 2 개의 평점
개발자 https://dev-box.app
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.dev-box.app/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The Developer Toolbox",
    "name": "DevBox",
    "manifest_version": 3,
    "version": "2.3.0",
    "icons": {
        "16": "app\/icon-16x16.png",
        "48": "app\/icon-48x48.png",
        "128": "app\/icon-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "app\/icon-16x16.png",
            "32": "app\/icon-32x32.png",
            "48": "app\/icon-48x48.png",
            "128": "app\/icon-128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}