diff --git a/README.md b/README.md index ff0a0c2..ed51d35 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,49 @@
+

How to install?

+ +
    +
  1. + Clone the repository or download the latest release archive from here. +
  2. +
  3. + If you are on Google Chrome Browser, open new tab & type: chrome://extensions or if you are on Microsoft Edge Browser, type: edge://extensions. +
  4. +
  5. + Look for the Developer mode toggle & turn it on if it's not already. +
  6. +
  7. + Here's where to find it in - + +
  8. +
  9. + Next, click on Load unpacked. +
  10. +
  11. + Here's where to find it in - + +
  12. +
  13. + Then navigate to the extracted folder if you downloaded it from the Releases page or to the src folder if you have cloned the source code. +
  14. +
  15. + There you go! Your extension is installed. +
  16. +
+ +
+

What does it really do?

@@ -60,7 +103,7 @@

Contributing

diff --git a/static/developer_mode_chrome.png b/static/developer_mode_chrome.png new file mode 100644 index 0000000..c9f83ef Binary files /dev/null and b/static/developer_mode_chrome.png differ diff --git a/static/developer_mode_edge.png b/static/developer_mode_edge.png new file mode 100644 index 0000000..c995bc7 Binary files /dev/null and b/static/developer_mode_edge.png differ diff --git a/static/load_unpacked_chrome.png b/static/load_unpacked_chrome.png new file mode 100644 index 0000000..772ca9c Binary files /dev/null and b/static/load_unpacked_chrome.png differ diff --git a/static/load_unpacked_edge.png b/static/load_unpacked_edge.png new file mode 100644 index 0000000..156ca39 Binary files /dev/null and b/static/load_unpacked_edge.png differ