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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}