TFS Finder

This extension open up the provided TFS Ticket in a new Tab.

什么是TFS Finder?

TFS Finder是由Varun Tyagi开发的Chrome扩展程序,该扩展的主要功能是“This extension open up the provided TFS Ticket in a new Tab.”。

扩展截图

screenshot

下载TFS Finder扩展crx文件

下载TFS Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TFS Finder is an Extension which is meant for an specific group only. It can be used to open TFS tickets in Chrome which are only specific to a particular TFS server. 

Prerequisites - 

1) Need to set the TFS URL first under 'chrome://extensions/' > TFS Finder > Options. 
2) Need to have a valid account on the mentioned TFS Server.",                    

扩展基本信息

名称 TFS Finder TFS Finder
ID bgdmadmbgofokifonlmgmaoelcmioclo
官方URL https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo
简介 This extension open up the provided TFS Ticket in a new Tab.
文件大小 28.94 KB
安装次数 21
当前版本 1.0
更新时间 2016-07-21
上架时间 2016-07-21
评分 4.50/5 共2次评分
开发者 Varun Tyagi
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TFS Finder",
    "description": "This extension open up the provided TFS Ticket in a new Tab.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "iconbar.png",
        "default_popup": "TFS.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}