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):
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.
Follow these steps to run NAU Tab in Google Chrome as a developer.
- Open the url chrome://extensions/ in Google Chrome.
- Click to enable Developer mode so that you see developer options.
- Click the "Load unpackaged extensions..."
- Browse to the location where iChrome repo is installed, and select the sub-directory
public
as the extension source. - When you make change to the code for the tab page, just reload the tab.
- Chrome 60 (install from here)
- Opera 47 (install from here)
- Firefox 57 (install from here.)
- Edge (to be supported with new Chromium core)
- Chromium-based browser: supported from Chromium 60
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.
yarn eslint
yarn test
Copyright 2019 Thanh Tran - Int3ractive.com. Licensed under the Apache License, Version 2.0