Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Apa itu Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades adalah ekstensi Chrome yang dikembangkan oleh https://jpoles1.com, dan fitur utamanya adalah "Fixes the tiny issues with the Amboss interface.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amboss Quality of Life Upgrades
Unduh file ekstensi Amboss Quality of Life Upgrades dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Amboss Quality of Life Upgrades |
ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
URL Resmi | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
Deskripsi | Fixes the tiny issues with the Amboss interface. |
Ukuran File | 15.26 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2019-06-15 |
Tanggal Publikasi | 2019-06-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://jpoles1.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jpoles1/AmbossQOL |
URL Halaman Bantuan | https://github.com/jpoles1/AmbossQOL |
Bahasa yang Didukung | 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\/*" ] } ] } |