TFS Enhancements

This extension enhances Team Foundation Service sites

TFS Enhancements क्या है?

TFS Enhancements http://www.codethug.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enhances Team Foundation Service sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TFS Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This provides enhancements to Team Foundation Services found at visualstudio.com.  For information about creating a TFS project, see http://tfs.visualstudio.com/.

This does not require any server-side setup or installation.

Features:
- Blocked Tasks have a red left border on the task board
- Description Textboxes can be resized vertically                    

एक्सटेंशन की मूल जानकारी

नाम TFS Enhancements TFS Enhancements
ID fnkmfpilihpmfooacmbicbphjpgichjl
आधिकारिक URL https://chrome.google.com/webstore/detail/tfs-enhancements/fnkmfpilihpmfooacmbicbphjpgichjl
विवरण This extension enhances Team Foundation Service sites
फ़ाइल का आकार 129 KB
स्थापना संख्या 276
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2014-03-03
प्रकाशन तिथि 2014-03-03
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.codethug.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/codethug/TFSChromeExtension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TFS Enhancements",
    "description": "This extension enhances Team Foundation Service sites",
    "version": "1.0.7",
    "author": "Tim Larson, @codethug",
    "homepage_url": "https:\/\/github.com\/codethug\/TFSChromeExtension",
    "icons": {
        "128": "Visual Studio 2012-128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "settings.js",
            "eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*.visualstudio.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.visualstudio.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}