React JSX support in TFS

The extension provides JSX syntax support in TFS 2013

React JSX support in TFS là gì?

React JSX support in TFS là một tiện ích mở rộng Chrome được phát triển bởi Sergei Startsev, và tính năng chính của nó là "The extension provides JSX syntax support in TFS 2013".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng React JSX support in TFS

Tải xuống các tệp mở rộng React JSX support in TFS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The extension provides React JSX syntax support in Team Foundation Server (TFS). It highlights *.jsx resources like *.js files. The extension has been tested in TFS 2013.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên React JSX support in TFS React JSX support in TFS
ID ohojdofkncpdhnbhiooaikkhabjcehol
URL Chính Thức https://chromewebstore.google.com/detail/react-jsx-support-in-tfs/ohojdofkncpdhnbhiooaikkhabjcehol
Mô tả The extension provides JSX syntax support in TFS 2013
Kích Thước Tệp 47.38 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-10-01
Ngày Phát Hành 2017-10-01
Nhà Phát Triển Sergei Startsev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The extension provides JSX syntax support in TFS 2013",
    "manifest_version": 2,
    "name": "React JSX support in TFS",
    "version": "0.2",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "React JSX support in TFS"
    },
    "background": {
        "scripts": [
            "replacer.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "web_accessible_resources": [
        "TFS.Extensions.CodeEditor.js"
    ]
}