Amboss Quality of Life Upgrades

Fixes the tiny issues with the Amboss interface.

Was ist Amboss Quality of Life Upgrades?

Amboss Quality of Life Upgrades ist eine Chrome-Erweiterung, die von https://jpoles1.com entwickelt wurde, und ihr Hauptmerkmal ist "Fixes the tiny issues with the Amboss interface.".

Erweiterungsscreenshots

screenshot

Amboss Quality of Life Upgrades-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amboss Quality of Life Upgrades-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Amboss Quality of Life Upgrades Amboss Quality of Life Upgrades
ID capdjhpohmpkhgcbacncgmgdmpbfobgp
Offizielle URL https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp
Beschreibung Fixes the tiny issues with the Amboss interface.
Dateigröße 15.26 KB
Installationsanzahl 19
Aktuelle Version 0.1.0
Letztes Update 2019-06-15
Veröffentlichungsdatum 2019-06-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://jpoles1.com
Zahlungsart free
Erweiterungswebsite https://github.com/jpoles1/AmbossQOL
Hilfeseite URL https://github.com/jpoles1/AmbossQOL
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}