From 1a93016417d99a1628cb3d2c1f261dc36bf5ca86 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Sun, 30 Apr 2017 20:27:52 -0700 Subject: [PATCH] Adds list of supported sites --- readme.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1ae020e..3a30495 100644 --- a/readme.md +++ b/readme.md @@ -12,9 +12,25 @@ This browser extension available for: |:---:|:---:| | [Chrome](https://chrome.google.com/webstore/detail/codecopy/fkbfebkcoelajmhanocgppanfoojcdmg) | [Firefox](https://addons.mozilla.org/en-US/firefox/addon/codecopy/) | -## Screenshots +## Supported sites -![Screenshots](https://cloud.githubusercontent.com/assets/398893/25569031/5840911a-2dc3-11e7-8445-a5b0867ceec7.png) +Works with: + +* [GitHub](https://github.com/) +* [MDN](https://developer.mozilla.org/) +* [Gist](https://gist.github.com/) +* [StackOverflow](http://stackoverflow.com/) +* [StackExchange](https://stackexchange.com/sites) +* [npm](https://www.npmjs.com/) +* [Medium](https://medium.com/) + +[And more](https://github.com/zenorocha/codecopy/blob/master/dist/manifest.json#L22). + +If you want to add a new site, feel free to send a pull request :) + +## Preview + +![Preview](https://cloud.githubusercontent.com/assets/398893/25569031/5840911a-2dc3-11e7-8445-a5b0867ceec7.png) ## Setup