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”。
扩展截图
下载Azure DevOps icons扩展crx文件
下载Azure DevOps icons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |