Skip to content

siloor/meerkat-extension

Repository files navigation

Meerkat Extension

Build the project

npm run build

Build the project with watch mode

npm start

Run tests

npm test

Generate test coverage

npm run coverage

Load your extension into Chrome

To load your extension in Chrome, open up chrome://extensions/ in your browser and click “Developer mode” in the top right. Now click “Load unpacked extension…” and select the extension’s directory (/build). You should now see your extension in the list.

When you change or add code in your extension, just come back to this page and reload the page. Chrome will reload your extension.

Hot module reloading

The extension uses crx-hotreload to reload the extension if something changes in the build directory. It only does this in development mode.

About

Meerkat - For a Transparent Market

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published