TS Helper
Translate json object to ts interface
Apa itu TS Helper?
TS Helper adalah ekstensi Chrome yang dikembangkan oleh NoneGame, dan fitur utamanya adalah "Translate json object to ts interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TS Helper
Unduh file ekstensi TS Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | TS Helper |
ID | hpmhflhgjoldggdbpifnacemkankmche |
URL Resmi | https://chromewebstore.google.com/detail/ts-helper/hpmhflhgjoldggdbpifnacemkankmche |
Deskripsi | Translate json object to ts interface |
Ukuran File | 41.89 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-06-21 |
Tanggal Publikasi | 2021-12-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | NoneGame |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |