Azure DevOps icons

Adds colour-coded tab icons and bookmarks for Azure DevOps

Azure DevOps icons là gì?

Azure DevOps icons là một tiện ích mở rộng Chrome được phát triển bởi wwestrop, và tính năng chính của nó là "Adds colour-coded tab icons and bookmarks for Azure DevOps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Azure DevOps icons

Tải xuống các tệp mở rộng Azure DevOps icons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Azure DevOps icons Azure DevOps icons
ID pgbejjjgidgpciebpdiajlljpipdpcfe
URL Chính Thức https://chromewebstore.google.com/detail/azure-devops-icons/pgbejjjgidgpciebpdiajlljpipdpcfe
Mô tả Adds colour-coded tab icons and bookmarks for Azure DevOps
Kích Thước Tệp 10.98 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.16
Cập Nhật Lần Cuối 2023-03-08
Ngày Phát Hành 2022-10-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển wwestrop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wwestrop/AzureDevopsIcons
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}