React JSX support in TFS

The extension provides JSX syntax support in TFS 2013

What is React JSX support in TFS?

React JSX support in TFS is a Chrome extension developed by Sergei Startsev, and its main feature is "The extension provides JSX syntax support in TFS 2013".

Extension Screenshots

screenshot

Download React JSX support in TFS Extension CRX File

Download React JSX support in TFS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name React JSX support in TFS React JSX support in TFS
ID ohojdofkncpdhnbhiooaikkhabjcehol
Official URL https://chromewebstore.google.com/detail/react-jsx-support-in-tfs/ohojdofkncpdhnbhiooaikkhabjcehol
Description The extension provides JSX syntax support in TFS 2013
File Size 47.38 KB
Installation Count 209
Current Version 0.2
Last Updated 2017-10-01
Publish Date 2017-10-01
Developer Sergei Startsev
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}