Azure DevOps Search

Minimalist extension to quickly and easily search your Azure DevOps project.

Azure DevOps Search란 무엇입니까?

Azure DevOps Search은(는) emragins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalist extension to quickly and easily search your Azure DevOps project."입니다.

확장 프로그램 스크린샷

screenshot

Azure DevOps Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ~~ Introduction ~~

Coworker:  Did you get a chance to review 32337?

Before your eyes start to glaze over, you open up chrome, hit alt+shift+d, type in '32337' in the little pop-up, and hit enter.

A new tab opens with work item 32337, and you can tell your coworker that yes, you have -- didn't they see your comments?

~~ Settings ~~

Settings are straight-forward and based off the URL following the format of https://Organization.visualstudio.com/Project/ or https://dev.azure.com/Organization/Project/

~~ Searching ~~ 

ALT+SHIFT+D: Quick open pop-up window for mouse-free use.

If you type in a number, it will attempt to open the work item directly.

If you type in something that isn't a number, it will start a search in your project, instead.

In both cases a new tab will be opened by default.

-----
This extension is not affiliated with Microsoft or Azure DevOps.
Please do not email for support. I do not monitor the public email address.                    

확장 프로그램 기본 정보

이름 Azure DevOps Search Azure DevOps Search
ID lkekpihgelhgldiebondhekgehcmjegj
공식 URL https://chromewebstore.google.com/detail/azure-devops-search/lkekpihgelhgldiebondhekgehcmjegj
설명 Minimalist extension to quickly and easily search your Azure DevOps project.
파일 크기 30.91 KB
설치 횟수 140
현재 버전 1.0.2
최근 업데이트 2021-06-02
출시 날짜 2021-06-02
평점 4.75/5 총 4 개의 평점
개발자 emragins
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/emragins/chrome-azure-devops
도움말 페이지 URL https://github.com/emragins/chrome-azure-devops/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Azure DevOps Search",
    "description": "Minimalist extension to quickly and easily search your Azure DevOps project.",
    "version": "1.0.2",
    "author": "Eve Ragins",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Search Azure DevOps",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+D"
            }
        }
    },
    "permissions": [
        "storage"
    ]
}