Amboss Quality of Life Upgrades
Fixes the tiny issues with the Amboss interface.
Amboss Quality of Life Upgrades là gì?
Amboss Quality of Life Upgrades là một tiện ích mở rộng Chrome được phát triển bởi https://jpoles1.com, và tính năng chính của nó là "Fixes the tiny issues with the Amboss interface.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amboss Quality of Life Upgrades
Tải xuống các tệp mở rộng Amboss Quality of Life Upgrades dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amboss Quality of Life Upgrades |
ID | capdjhpohmpkhgcbacncgmgdmpbfobgp |
URL Chính Thức | https://chromewebstore.google.com/detail/amboss-quality-of-life-up/capdjhpohmpkhgcbacncgmgdmpbfobgp |
Mô tả | Fixes the tiny issues with the Amboss interface. |
Kích Thước Tệp | 15.26 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2019-06-15 |
Ngày Phát Hành | 2019-06-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://jpoles1.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jpoles1/AmbossQOL |
URL Trang Trợ Giúp | https://github.com/jpoles1/AmbossQOL |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |