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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes the tiny issues with the Amboss interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amboss Quality of Life Upgrades एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |