TS Helper

Translate json object to ts interface

TS Helper란 무엇입니까?

TS Helper은(는) NoneGame에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate json object to ts interface"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        TypeScript is a great programming language, but it takes a lot of time to write the type's declaration, especially when describing the content returned by REST-API. The extension can convert a JSON object  into a typescript interface definition.

Usage:
Select JSON object text and right click, after context menu shows, click "Copy as TS interface".                    

확장 프로그램 기본 정보

이름 TS Helper TS Helper
ID hpmhflhgjoldggdbpifnacemkankmche
공식 URL https://chromewebstore.google.com/detail/ts-helper/hpmhflhgjoldggdbpifnacemkankmche
설명 Translate json object to ts interface
파일 크기 41.89 KB
설치 횟수 119
현재 버전 1.2
최근 업데이트 2022-06-21
출시 날짜 2021-12-12
평점 5.00/5 총 1 개의 평점
개발자 NoneGame
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TS Helper",
    "description": "Translate json object to ts interface",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "48": "\/images\/harmmer48.png",
            "72": "\/images\/harmmer72.png",
            "96": "\/images\/harmmer96.png",
            "144": "\/images\/harmmer144.png",
            "192": "\/images\/harmmer192.png"
        }
    },
    "icons": {
        "48": "\/images\/harmmer48.png",
        "72": "\/images\/harmmer72.png",
        "96": "\/images\/harmmer96.png",
        "144": "\/images\/harmmer144.png",
        "192": "\/images\/harmmer192.png"
    }
}