How to re-render a page from a Google Chrome extension?
Posted
by Dexter
on Stack Overflow
See other posts from Stack Overflow
or by Dexter
Published on 2010-04-09T01:07:07Z
Indexed on
2010/04/09
1:13 UTC
Read the original article
Hit count: 307
I'm new to writing extensions for Google Chrome. I want to make an extension that only runs on a few pages (that I'll choose) and re-renders their CSS after the page has loaded (ideally I would like something similar to what you can do with GM_addStyle
in greasemonkey scripts).
How can I accomplish this in a Chrome extension?
© Stack Overflow or respective owner