Amboss Quality of Life Upgrades

Fixes the tiny issues with the Amboss interface.

What is Amboss Quality of Life Upgrades?

Amboss Quality of Life Upgrades is a Chrome extension developed by https://jpoles1.com, and its main feature is "Fixes the tiny issues with the Amboss interface.".

Extension Screenshots

screenshot

Download Amboss Quality of Life Upgrades Extension CRX File

Download Amboss Quality of Life Upgrades extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Makes small changes to the Amboss interface to make the studying experience just a bit easier!

Current functionality includes:
- Reference range side-panel scrolls independently of the question for easy reading.
- More to come... 

Open an issue on Github if you'd like to see a new feature!

https://github.com/jpoles1/AmbossQOL                    

Extension Basic Information

Name Amboss Quality of Life Upgrades Amboss Quality of Life Upgrades
ID capdjhpohmpkhgcbacncgmgdmpbfobgp
Official URL https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp
Description Fixes the tiny issues with the Amboss interface.
File Size 15.26 KB
Installation Count 19
Current Version 0.1.0
Last Updated 2019-06-15
Publish Date 2019-06-15
Rating 5.00/5 Total 2 Ratings
Developer https://jpoles1.com
Payment Type free
Extension Website https://github.com/jpoles1/AmbossQOL
Help Page URL https://github.com/jpoles1/AmbossQOL
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amboss Quality of Life Upgrades",
    "version": "0.1.0",
    "description": "Fixes the tiny issues with the Amboss interface.",
    "permissions": [
        "*:\/\/amboss.com\/*",
        "*:\/\/www.amboss.com\/*"
    ],
    "icons": {
        "128": "favicon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/amboss.com\/*",
                "*:\/\/www.amboss.com\/*"
            ]
        }
    ]
}