Skip to content

julienfroidefond/strapi-bookmarks

Repository files navigation

Strapi bookmarks

Publish on chrome store Lines

screenshot

Intro

This extension synchronize with a Strapi server. Cf cf https://github.com/julienfroidefond/bookmarks-cms for the server configured and good to ship.

screenshot

screenshot

Building for chrome

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.

Starting developpment

Start a strapi local server

  • clone the repo at https://github.com/julienfroidefond/bookmarks-cms
yarn
yarn start

Start the dev server

yarn
yarn start

Hot reloading for development, but step building is required.

Attach the extension

  • 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

Load Extension

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.