TS Helper
Translate json object to ts interface
TS Helper क्या है?
TS Helper NoneGame द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate json object to ts interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TS Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |