Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Vad är Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades är en Chrome-tillägg utvecklad av https://jpoles1.com, och dess huvudfunktion är "Fixes the tiny issues with the Amboss interface.".
Tilläggsskärmbilder
Ladda ner Amboss Quality of Life Upgrades-förlängningens CRX-fil
Ladda ner Amboss Quality of Life Upgrades-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Amboss Quality of Life Upgrades |
ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
Officiell webbadress | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
Beskrivning | Fixes the tiny issues with the Amboss interface. |
Filstorlek | 15.26 KB |
Antal Installationer | 19 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2019-06-15 |
Publiceringsdatum | 2019-06-15 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://jpoles1.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jpoles1/AmbossQOL |
Hjälpsida URL | https://github.com/jpoles1/AmbossQOL |
Stödda Språk | 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\/*" ] } ] } |