VSTS Build and Release
Allow to trigger VSTS Build and Release
什么是VSTS Build and Release?
VSTS Build and Release是由jto开发的Chrome扩展程序,该扩展的主要功能是“Allow to trigger VSTS Build and Release”。
扩展截图
下载VSTS Build and Release扩展crx文件
下载VSTS Build and Release扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.
扩展基本信息
名称 | |
ID | cjkahjfijmjodmggfchienpphaabdbmh |
官方URL | https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh |
简介 | Allow to trigger VSTS Build and Release |
文件大小 | 29.73 KB |
安装次数 | 53 |
当前版本 | 1.2 |
更新时间 | 2018-04-02 |
上架时间 | 2018-04-02 |
评分 | 5.00/5 共2次评分 |
开发者 | jto |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jtourvieille/VstsBuildAndRelease |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VSTS Build and Release", "manifest_version": 2, "version": "1.2", "icons": { "16": "img\/icon\/vsts_16px.png", "32": "img\/icon\/vsts_32px.png", "48": "img\/icon\/vsts_48px.png", "128": "img\/icon\/vsts_128px.png" }, "description": "Allow to trigger VSTS Build and Release", "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ] } |