I Need A Page Action Or Browse Action with Files That Change An element In A Website
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
take a look at this: http://code.google.com/chrome/extensions/content_scripts.html
You can add javascript scripts and css stylesheets to a page to change the content.
good luck!
an example to change the background of http://www.google.com:
you create a .css file with:
when you made the .css file, add this to manifest.json:
matches means it will be added to any website that begins with http://www.google.com/ because of the ‘*’.