Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 530 Bytes

xPath To Css Selector Chrome Extension

Alt Text

To install packages

npm i

To run in development mode

npm start

To get build

npm run build

Usage

  • First, build this project
  • Then go to chrome://extensions/ and press the Load unpacked button.
  • Select the project's build folder
  • If you get script-src self error on the console, replace the code in the console with the code in the public/manifest.json file.