web-scraper-chrome-extension icon indicating copy to clipboard operation
web-scraper-chrome-extension copied to clipboard

Manifest file missing error on install

Open faizzsheikh opened this issue 2 years ago • 1 comments

On installing in chrome as shown in the installation guide, chrome gives a message that manifest file is missing. Is this extension compatible or not.

faizzsheikh avatar Aug 21 '22 20:08 faizzsheikh

Probably you did not build extension with yarn build. After that build you should add created dist folder to chrome. Another way of installing extension download zip from releases and just drag and drop it in chrome://extensions

Yatskov avatar Aug 31 '22 06:08 Yatskov