mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-03 14:39:37 +07:00
21 lines
901 B
Markdown
21 lines
901 B
Markdown
<a target="_blank" href="https://chrome.google.com/webstore/detail/dnedmnfnnbpgnedogbljhiacgmkbklfj"></a>
|
|
|
|
|
|
# Insert CSS
|
|
|
|
Sample that shows how to inject CSS into a
|
|
[webview](http://developer.chrome.com/apps/app_external.html#webview). The
|
|
user can adjust the regular expression used to match URLs for injection, and
|
|
adjust the injected CSS itself. Navigation is only supported through
|
|
following links within the webview.
|
|
|
|
## Resources
|
|
|
|
* [Webview](http://developer.chrome.com/apps/app_external.html#webview)
|
|
* [Permissions](http://developer.chrome.com/apps/manifest.html#permissions)
|
|
|
|
|
|
## Screenshot
|
|
|
|

|