TS Helper

Translate json object to ts interface

TS Helper là gì?

TS Helper là một tiện ích mở rộng Chrome được phát triển bởi NoneGame, và tính năng chính của nó là "Translate json object to ts interface".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TS Helper

Tải xuống các tệp mở rộng TS Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TS Helper TS Helper
ID hpmhflhgjoldggdbpifnacemkankmche
URL Chính Thức https://chromewebstore.google.com/detail/ts-helper/hpmhflhgjoldggdbpifnacemkankmche
Mô tả Translate json object to ts interface
Kích Thước Tệp 41.89 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2021-12-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NoneGame
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}