Home

Awesome

NAU Tab

Chrome Web Store Firefox Add-on Travis build status Version Apache License

Not Another Useless Tab

Before landing at Svelte 3.0, I have developed this browser extension using two other solutions (with features of 2.6):

Getting started

Install the dependencies...

cd nau-chrome-tab
yarn

...then start Rollup:

yarn start

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and the page should auto-reload to update with changes.

Preview as real Chrome Extension

Follow these steps to run NAU Tab in Google Chrome as a developer.

Minimum supported browser:

Build and Package

Compiles and minifies for production

Update public/manifest.json version and then run:

yarn build

Command will generate a build to public/, remove source map files and it's ready to be deployed. app/ folder is a snapshot build for current version.

Lint and fix files

yarn eslint

Unit test with Jest

yarn test

License

Copyright 2019 Thanh Tran - Int3ractive.com. Licensed under the Apache License, Version 2.0