TS Helper

Translate json object to ts interface

TS Helperคืออะไร?

TS Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NoneGame และคุณลักษณะหลักของมันคือ "Translate json object to ts interface"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TS Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TS Helper 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"
    }
}