Modify the browser UI using extensions?
问题 Is there an API to modify the general browser UI in Chrome extensions or WebExtensions? For example I would like to modify the tab bar so that it can display multiple rows of tabs without creating a toolbar that sits below the address bar. Or simply add some styling to the navigation bar etc. I can't seem to find an API that would allow you to do anything like that. 回答1: No, there is nothing in either Chrome extensions or WebExtensions that allows you to modify the browser UI to the extent