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 |
| 官方網址 | 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\/*"
]
}
]
} | |