This is a chrome extension which extract data from a website and display the data along with url link in the chrome extension.
The Tools used in making the project are :-
HTML : HTML language is used for describing the structure of chrome extension page.
CSS : CSS (Cascading Style Sheets) is used to style and layout chrome extension page.
BOOTSTRAP : Bootstrap which is a CSS Framework is used for developing responsiveness of the extension.
NODE JS(PUPPETEER) : Node (or more formally Node. js) is an open-source, cross-platform runtime environment that allows developers to create all kinds of server-side tools and applications in JavaScript.
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol(Specially in Web scraping, web harvesting, or web data extraction).
There are many different things you can do with the puppeteer library
Like :
Taking a screenshot
Scrape multiple pages
Submitting a form