Amboss Quality of Life Upgrades

Fixes the tiny issues with the Amboss interface.

Co to jest Amboss Quality of Life Upgrades?

Amboss Quality of Life Upgrades to rozszerzenie Chrome opracowane przez https://jpoles1.com, a jego główną funkcją jest „Fixes the tiny issues with the Amboss interface.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amboss Quality of Life Upgrades

Pobierz pliki rozszerzeń Amboss Quality of Life Upgrades w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Amboss Quality of Life Upgrades Amboss Quality of Life Upgrades
ID capdjhpohmpkhgcbacncgmgdmpbfobgp
Oficjalny URL https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp
Opis Fixes the tiny issues with the Amboss interface.
Rozmiar pliku 15.26 KB
Liczba instalacji 19
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2019-06-15
Data Publikacji 2019-06-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://jpoles1.com
Typ Płatności free
Strona Rozszerzenia https://github.com/jpoles1/AmbossQOL
Adres URL Strony Pomocy https://github.com/jpoles1/AmbossQOL
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}