opslan-extension

The Opslan.com bookmark Chrome extension

Usage no npm install needed!

<script type="module">
  import opslanExtension from 'https://cdn.skypack.dev/opslan-extension';
</script>

README

Opslan Extension

Building

  1. yarn to install all the dependencies.
  2. yarn dev to run the dev task in watch mode.
  3. yarn build to build a production (minified) version.

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo