This is a very simple chrome extension, which only has one function, that is to expand dubbo website's table's css width style.
How it work?
Add a custom class to element that has class 'content-section'. The custom class only need to set one style.
.content-section-custom {
max-width: none !important;
}
Remove the custom class.