TS Helper
Translate json object to ts interface
TS Helperとは何ですか?
TS HelperはNoneGameによって開発されたChromeの拡張機能で、その主な機能は「Translate json object to ts interface」です。
拡張機能のスクリーンショット
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". 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |