You can use Content scripts that have access to DOM pages.
In your manifest.json you can:
"content_scripts": [
{
"matches": ["http://www.google.com/*"],
"css": ["mystyles.css"],
"run_at": "document_end"
}
],
, css Google DOM. , CSS, .
code.google.com. , CSS .