제작자: Will Westrop
Inspect and view changes in Azure DevOps icon [Git] source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Azure DevOps icon [Git]",
"version": "1.0.21",
"description": "Adds colour-coded tab icons and associated shortcut button for Git on Azure DevOps",
"homepage_url": "https://github.com/wwestrop/AzureDevopsIcons",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"96": "icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.visualstudio.com/*",
"*://dev.azure.com/*"
],
"js": [
"content-script.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Git",
"default_area": "personaltoolbar"
},
"options_ui": {
"page": "settings.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{a7db9a67-7e24-40f3-88ad-6117febfaba1}",
"strict_min_version": "80.0"
}
},
"extension_params": {
"urlSuffix": "_git"
}
} 최고의 Azure DevOps icon [Git] 대안
다음은 Azure DevOps icon [Git]과(와) 유사한 Firefox add-on입니다:
Azure DevOps icon [Artifacts]
Will Westrop
Azure DevOps icon [Overview]
Will Westrop
Azure DevOps icon [Pipelines]
Will Westrop
Azure DevOps icon [Work Items]
Will Westrop
Azure DevOps icon [Test Plans]
Will Westrop
ADO Tab Icons
Dan Grochmal
Azure Tab Icons
Tom Plant
Syntax Highlighter for Azure DevOps
Charly Koch
MaterialIconic for GitHub
nyxb
Azure changelog
Moee
Material Icons for Web
Philipp Kief
Material Icons for Github
Claudio Santos