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
拡張機能の基本情報
名前 | Amboss Quality of Life Upgrades |
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\/*" ] } ] } |