By: Moee
Inspect and view changes in Azure changelog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"action": {
"default_popup": "popup.html"
},
"author": "Moee",
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "azure-changelog@moee.fr",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"matches": [
"*://*.visualstudio.com/*",
"*://*.dev.azure.com/*"
],
"js": [
"core/constants.js",
"core/utils.js",
"core/storage.js",
"core/template-engine.js",
"content.js"
]
}
],
"default_locale": "fr",
"description": "__MSG_description__",
"icons": {
"32": "icons/icon-32.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"manifest_version": 3,
"name": "Azure changelog",
"permissions": [
"scripting",
"activeTab",
"clipboardWrite",
"storage"
],
"version": "0.3.0"
} Best Azure changelog Alternatives
Here are some Firefox add-ons that are similar to Azure changelog:
Changelogger
Rayquaza01
Devops PR Assistant
gallbut-sh
Syntax Highlighter for Azure DevOps
Charly Koch
Azure DevOps icon [Git]
Will Westrop
Azure DevOps Story Reviewer
bnwe
Azure DevOps icon [Work Items]
Will Westrop
Azure DevOps icon [Overview]
Will Westrop
Complete PR without Merged
jocmet
Azure DevOps icon [Artifacts]
Will Westrop
Focus Log
Andreas Riedmüller