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 |
Eメール | [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" ] } |