Files
chrome-extensions-samples/samples/webview-samples/insert-css/README.md
2014-09-02 18:06:16 +02:00

21 lines
901 B
Markdown

<a target="_blank" href="https://chrome.google.com/webstore/detail/dnedmnfnnbpgnedogbljhiacgmkbklfj">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store")</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
![screenshot](https://raw.github.com/mdittmer/chrome-app-samples/insert-css/webview-samples/insert-css/assets/screenshot_1280_800.png)