Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
什么是Amboss Quality of Life Upgrades?
Amboss Quality of Life Upgrades是由https://jpoles1.com开发的Chrome扩展程序,该扩展的主要功能是“Fixes the tiny issues with the Amboss interface.”。
扩展截图
下载Amboss Quality of Life Upgrades扩展crx文件
下载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\/*"
]
}
]
} | |