Azure DevOps icons

Adds colour-coded tab icons and bookmarks for Azure DevOps

Azure DevOps icons란 무엇입니까?

Azure DevOps icons은(는) wwestrop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds colour-coded tab icons and bookmarks for Azure DevOps"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Seemingly every website these days has a similar blue icon, making them all blur into one when your browser is overloaded with tabs and icons.

Azure DevOps is particularly bad as the site consists of several unrelated modules, all of which share the same icon, making hunting for a tab a pain.

This browser extensions gives each tab a distinct icon to help you more easily distinguish what you're viewing.                    

확장 프로그램 기본 정보

이름 Azure DevOps icons Azure DevOps icons
ID pgbejjjgidgpciebpdiajlljpipdpcfe
공식 URL https://chromewebstore.google.com/detail/azure-devops-icons/pgbejjjgidgpciebpdiajlljpipdpcfe
설명 Adds colour-coded tab icons and bookmarks for Azure DevOps
파일 크기 10.98 KB
설치 횟수 84
현재 버전 1.0.16
최근 업데이트 2023-03-08
출시 날짜 2022-10-21
평점 5.00/5 총 1 개의 평점
개발자 wwestrop
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/wwestrop/AzureDevopsIcons
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Azure DevOps icons",
    "version": "1.0.16",
    "description": "Adds colour-coded tab icons and bookmarks for Azure DevOps",
    "homepage_url": "https:\/\/github.com\/wwestrop\/AzureDevopsIcons",
    "icons": {
        "48": "icon.png",
        "32": "icon.png",
        "96": "icon.png",
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.visualstudio.com\/*",
                "*:\/\/dev.azure.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}