Files
MichaelDimmitt 3c82896d8f Fix image in all sample readmes (#529)
* fix images in readme

* fix all sample readmes by pointing all images to correct apps location
2021-02-25 09:49:17 +11:00

21 lines
865 B
Markdown

<a target="_blank" href="https://chrome.google.com/webstore/detail/dnedmnfnnbpgnedogbljhiacgmkbklfj">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-extensions-samples/master/apps/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](/apps/samples/webview-samples/insert-css/assets/screenshot_1280_800.png)