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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amboss Quality of Life Upgrades 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\/*"
            ]
        }
    ]
}