On Fri, Dec 25, 2009 at 3:01 PM, DanH1420 <[email protected]> wrote: > I'm trying to figure out how to have an extension replace certain text > it sees on a page with new text. For example, if it sees the text > "string1" anywhere in a page, it replaces it with "string2". This > sounds doable, but I haven't been able to get anything to work. Does > anyone else know how to do this?
Hey Dan, have you read about content scripts already? If not: http://code.google.com/chrome/extensions/content_scripts.html. -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
