Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Wat is Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades is een Chrome-extensie ontwikkeld door https://jpoles1.com, en de belangrijkste functie is "Fixes the tiny issues with the Amboss interface.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amboss Quality of Life Upgrades
Download Amboss Quality of Life Upgrades-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
| Officiële URL | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
| Beschrijving | Fixes the tiny issues with the Amboss interface. |
| Bestandsgrootte | 15.26 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2019-06-15 |
| Publicatiedatum | 2019-06-15 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://jpoles1.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jpoles1/AmbossQOL |
| Help Pagina-URL | https://github.com/jpoles1/AmbossQOL |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |