diff --git a/README.md b/README.md new file mode 100644 index 0000000..6830887 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# OpenClipArt Chrome extension + +This is a minimal working example of the Chrome extension for +downloading SVG images via context menu entry. + +## How it works + +![preview of the extension in action](./peek.gif) + +Inspiration for this work was taken from Chrome extensions +[examples](https://developer.chrome.com/extensions/samples#search:contextmenus), +specifically one called __Download and Open Button__. + diff --git a/peek.gif b/peek.gif new file mode 100644 index 0000000..29f4f2f Binary files /dev/null and b/peek.gif differ