This extension is used to add browser name and OS name in body tag class attribute. The use of this extension is to apply device specific CSS.
For e.g:
This can help in creating responsive websites when website on some device is causing issues but in some device website is working perfectly. So we can use this in CSS as:
.browser-firefox.os-windows{
//Your CSS
}
and for same browser and other OS
.browser-firefox.os-apple{
//Your CSS
}
Releases (1)
Date | Version | Notes |
---|---|---|
2016-05-12 | 1.0.0 | Stable Release |