Move the "n of m required checks failed" card to the right sidebar. IMO, this makes the description and comments more accessible.
I don't plan to submit this extension to Chromes store. You can use it as a developer:
- Clone this repo
- In your browser, visit: chrome://extensions/
- Check "Developer mode" in the upper right corner
- Choose "Load unpacked" and select the repo folder
This extension works in edge but there's a nag dialog if you leave developer extensions enabled.
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"]
},