Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Что такое Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades - это расширение Chrome, разработанное https://jpoles1.com, и его основная функция - "Fixes the tiny issues with the Amboss interface.".
Снимки экрана расширения
Скачать файл CRX расширения Amboss Quality of Life Upgrades
Скачайте файлы расширений Amboss Quality of Life Upgrades в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
| Официальный URL | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
| Описание | Fixes the tiny issues with the Amboss interface. |
| Размер файла | 15.26 KB |
| Количество установок | 19 |
| Текущая Версия | 0.1.0 |
| Последнее Обновление | 2019-06-15 |
| Дата публикации | 2019-06-15 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://jpoles1.com |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/jpoles1/AmbossQOL |
| URL страницы помощи | https://github.com/jpoles1/AmbossQOL |
| Поддерживаемые языки | 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\/*"
]
}
]
} | |