mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-09 21:18:02 -05:00
b68910ad5d0a9acb4ef79d0717ab3ff8cc8ebdfb
Chrome Extension (MV3) for TLSNotary
Installing and Running
Procedures:
- Check if your Node.js version is >= 18.
- Clone this repository.
- Run
npm installto install the dependencies. - Run
npm run build:wasm - Run
npm run dev - Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
- Happy hacking.
Webpack auto-reload and HRM
To make your workflow much more efficient this boilerplate uses the webpack server to development (started with npm start) with auto reload feature that reloads the browser automatically every time that you save some file in your editor.
You can run the dev mode on other port if you want. Just specify the env var port like this:
$ PORT=6002 npm run start
Packing
After the development of your extension run the command
$ NODE_ENV=production npm run build
Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Resources:
Description
Releases
13
Languages
TypeScript
52.4%
JavaScript
18.6%
Rust
18.1%
HTML
7.1%
SCSS
2.8%
Other
1%