Turbo Query for Azure DevOps
Instantly retrieve work items from Azure DevOps.
什麼是Turbo Query for Azure DevOps?
Turbo Query for Azure DevOps是由Chuanqi Sun開發的Chrome擴展程式,該擴展的主要功能是“Instantly retrieve work items from Azure DevOps.”。
擴展截圖
下載Turbo Query for Azure DevOps擴展crx文件
下載Turbo Query for Azure DevOps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you search and filter up to 20,000 work items, with zero latency. You can query work items by any of these fields, in any order: - Title - Tags - State - ID - Type - Assigned to - Iteration path You can seamlessly copy-paste item links into Azure DevOps, Teams, Outlook, and other software with the perfect formatting. The IDs can be pasted into Azure DevOps to speed up these workflows: - Adding work items to a Pull Request. - Referencing work items in the Description field using #syntax. - Adding links to a work item. - Setting the Parent of a work item. To help you stay in the flow, the entire UI can be navigated using Tab and Arrow keys. For power users, VIM keys (H, J, K, L) are also supported and mouse interaction is optional. You can view the full list of features and shortcuts on the extension's options page. This extension respects your privacy. It does not collect any telemetry and will only communicate to Azure DevOps for querying purposes. This is a free and open-source project. Visit https://github.com/chuanqisun/turbo-query for source code or bug reports.
擴展基本資訊
名稱 | Turbo Query for Azure DevOps |
ID | oacdbpdkkcfihlppfjefkmaeabllfibi |
官方網址 | https://chromewebstore.google.com/detail/turbo-query-for-azure-dev/oacdbpdkkcfihlppfjefkmaeabllfibi |
簡介 | Instantly retrieve work items from Azure DevOps. |
檔案大小 | 654 KB |
安裝次數 | 51 |
目前版本 | 1.7.2 |
更新時間 | 2022-10-10 |
上架時間 | 2022-04-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Chuanqi Sun |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/chuanqisun/turbo-query |
說明頁面URL | https://github.com/chuanqisun/turbo-query/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turbo Query for Azure DevOps", "description": "Instantly retrieve work items from Azure DevOps.", "version": "1.7.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/[email protected]", "32": "\/images\/[email protected]", "48": "\/images\/[email protected]", "128": "\/images\/[email protected]" } }, "icons": { "16": "\/images\/[email protected]", "48": "\/images\/[email protected]", "128": "\/images\/[email protected]" }, "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/dev.azure.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+A", "windows": "Alt+A", "mac": "Alt+A", "linux": "Alt+A" } } } } |