TS Helper
Translate json object to ts interface
Cos'è TS Helper?
TS Helper è un'estensione di Chrome sviluppata da NoneGame, e la sua funzione principale è "Translate json object to ts interface".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TS Helper
Scarica i file di estensione TS Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | TS Helper |
ID | hpmhflhgjoldggdbpifnacemkankmche |
URL Ufficiale | https://chromewebstore.google.com/detail/ts-helper/hpmhflhgjoldggdbpifnacemkankmche |
Descrizione | Translate json object to ts interface |
Dimensione del File | 41.89 KB |
Conteggio Installazioni | 119 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-06-21 |
Data di Pubblicazione | 2021-12-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | NoneGame |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |