How can a chrome extension add a floating bar at the bottom of pages?
问题 I am creating a chrome extension that needs to inject a floating element (i.e position:fixed ) at the bottom of pages . My requirements are: I need to access elements inside it from a content script. This is because I attach events to buttons so the user can perform actions on the current tab from the floating bar. I want it's styles to remain as independent from styles of the current page. So far I have tryed three solutions and came up with nothing. content script injecting a fixed html