How can the user be given the option to customise the chrome extension?
I found several options:
Create or modify a file from the back-end. But chrome extension can't create or modify files.
Save settings and change CSS from JS when extension is opened. But then this change will be very noticeable.
Is there any other way to do this?