Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Hvad er Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades er en Chrome-udvidelse udviklet af https://jpoles1.com, og dens hovedfunktion er "Fixes the tiny issues with the Amboss interface.".
Udvidelsesskærmbilleder
Download Amboss Quality of Life Upgrades-udvidelses-CRX-fil
Download Amboss Quality of Life Upgrades-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Amboss Quality of Life Upgrades |
ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
Officiel URL | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
Beskrivelse | Fixes the tiny issues with the Amboss interface. |
Filstørrelse | 15.26 KB |
Antal Installationer | 19 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2019-06-15 |
Udgivelsesdato | 2019-06-15 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://jpoles1.com |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jpoles1/AmbossQOL |
Hjælpeside-URL | https://github.com/jpoles1/AmbossQOL |
Understøttede Sprog | 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\/*" ] } ] } |