TS Helper

Translate json object to ts interface

Qu'est-ce que TS Helper ?

TS Helper est une extension Chrome développée par NoneGame, et sa fonction principale est "Translate json object to ts interface".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TS Helper

Téléchargez les fichiers d'extension TS Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TS Helper TS Helper
ID hpmhflhgjoldggdbpifnacemkankmche
URL Officiel https://chromewebstore.google.com/detail/ts-helper/hpmhflhgjoldggdbpifnacemkankmche
Description Translate json object to ts interface
Taille du Fichier 41.89 KB
Nombre d'Installations 119
Version Actuelle 1.2
Dernière Mise à Jour 2022-06-21
Date de Publication 2021-12-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur NoneGame
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}