TS Helper

Translate json object to ts interface

什么是TS Helper?

TS Helper是由NoneGame开发的Chrome扩展程序,该扩展的主要功能是“Translate json object to ts interface”。

扩展截图

screenshot

下载TS Helper扩展crx文件

下载TS Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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