This extension synchronize with a Strapi server. Cf cf https://github.com/julienfroidefond/bookmarks-cms for the server configured and good to ship.
yarn
yarn build
After that, you will get in the build
folder the files to put in chrome extension. Note : it gerates also the zip to ship on chroms web store.
- clone the repo at
https://github.com/julienfroidefond/bookmarks-cms
yarn
yarn start
yarn
yarn start
Hot reloading for development, but step building is required.
- Open the Extension Management page by navigating to chrome://extensions.
- Remove existing xp-client-links extension
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the "Load unpacked" button and select the extension directory.
- Select the build folder of your project
That's it, when you edit your code, to be sure to see last update on your chrome, use the "reload extension" button on chrome://extensions.