0

I have a speed-reading app for chrome. I love it, though the typography could be improved for better ease of use. Is it possible to change the css of my instance of a chrome-extension?

Himmators
  • 14,278
  • 36
  • 132
  • 223
  • Is it open-source? If so, send the patch! – sowbug Feb 26 '14 at 21:26
  • You said it's an app, but you gave your question the google-chrome-extension tag. If it's an extension, then you could write another extension that adds yet more CSS on top of whatever CSS it's applying to the page. The C stands for cascading, after all. – sowbug Feb 26 '14 at 21:28

1 Answers1

1

It is possible to manually edit the files in the extension's directory. However, any published updates to the extension will overwrite your edits, so I would recommend backing up your changes.

Community
  • 1
  • 1
Teepeemm
  • 4,331
  • 5
  • 35
  • 58