Skip to content

KovalchukDanil0/CompareText

Repository files navigation

extension logo

Text Compare is modern, open-source Chrome / Firefox extension. It uses React, Typescript and Scss as a base and has build-in supports of Tailwind Css and Browser Extension polyfill for better development experience.

React Typescript Ts-Node Sass TailwindCss DaisyUi Web Extension polyfill Webpack

Features

It can compare / diff two texts in popup window without the external site need, also you can select any text on website and compare it thought the browser context menu, that's really that simple!

Popup image

Download

You can download this extension for Chrome or Firefox

Also it can be built from source:

  • clone repository
  • run npm install
  • then npm run build
  • load unpacked /build folder in extensions page or use zip file in /zip folder

References

Used template: browser-extension-boilerplate-typescript-react based on chrome-extension-boilerplate-react