Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjsheets/chrome-extension-devops-adjust-layout
Minor layout improvements for Azure DevOps
https://github.com/cjsheets/chrome-extension-devops-adjust-layout
Last synced: 13 days ago
JSON representation
Minor layout improvements for Azure DevOps
- Host: GitHub
- URL: https://github.com/cjsheets/chrome-extension-devops-adjust-layout
- Owner: cjsheets
- Created: 2021-02-21T04:50:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T16:55:47.000Z (over 3 years ago)
- Last Synced: 2024-10-20T07:44:14.111Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension - DevOps Adjust Layout
Move the "n of m required checks failed" card to the right sidebar. IMO, this makes the description and comments more accessible.
## How to use
I don't plan to submit this extension to Chromes store. You can use it as a developer:
1. Clone this repo
1. In your browser, visit: chrome://extensions/
1. Check "Developer mode" in the upper right corner
1. Choose "Load unpacked" and select the repo folder## Microsoft Edge
This extension works in edge but there's a nag dialog if you leave developer extensions enabled.
## Firefox
With a couple minor adjustments this extension works on firefox as well.
First, enable unsigned extensions by visiting `about:config` and disabling `xpinstall.signatures.required`
Second, change this line in manifest.json
```
"background": {
"scripts": ["service-worker.js"]
},
```