0

I am looking into a way how to set custom backgrounds for all the open tabs. Is it possible?

One color would be a start, but in the end, I want to be able to set the whole background of the tab itself.

Thanks for any insight!

EDIT: I want to edit style of the little tab rectangles on the top, not of the pages themselves. Only the topmost panel that contains all the open tabs, I mean those.

Addy
  • 1,400
  • 10
  • 20

1 Answers1

0

Sure, you can use a content script to inject a CSS file into the pages you load. Extensions like stylish do this already, so you may want to consider writing code for those plugins rather than creating your own.

AnilRedshift
  • 7,937
  • 7
  • 35
  • 59
  • Thanks for your answer but I am not sure if you understood correctly. I don't want to change the background of a page, I want to change the background of the tab on the top where you see all your open tabs, I want to modify only this little rectangle. Any way to do that? – Addy May 18 '18 at 22:23
  • 2
    Only themes can do it in Chrome – wOxxOm May 18 '18 at 22:38