From b62ac247bc33af1770c7b4873c1b87e74d195d28 Mon Sep 17 00:00:00 2001 From: akash khamkar <49859828+xatriya@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:13:44 +0530 Subject: [PATCH] fresh looking new readme .. Added some beautiful material design artwork and described code and workings . --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9909d..0c3dcf7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# detect-language -Select a language and find all string occurred in webpage +# Detect-language + +![image](https://superdevresources.com/wp-content/uploads/2014/06/material-design-google-design-language.png) + +### Find out all the words present on webpage for the queried language . ### + +### just Select a language and find all string occurred in webpage ### + +--- + +### code - + +1. popup.html is the main file , stored in html folder + +2. all the style sheets are in styles folder . + +3. js into scripts + > popup.js is the file which detects and does the syntax highlightning . + + + +