Chrome extension for re-writing URLs.
- In Chrome, go to the Chrome Web Store Page: https://chrome.google.com/webstore/detail/switchyroo/pmldjmimejfcmfagbdpllcdakpimjjnk
- Click "Add to Chrome"
- Pin the extension so it's easy to access from the menu bar
To set yourself up for development:
- Check out this repo.
- Do
npm installandnpm run build. (Runningnpm run buildthe first time creates the dist/ directory.) - Go to chrome://extensions, and click" Load unpacked extension...". Select the dist/switchyroo directory.
- Do
npm run watchin your shell. - Develop as normal. You may need to reload the extension (click Reload in chrome://extensions).
Run npm run test to run the unit tests. These will run automatically on watch too.
- Do a
npm run publish:patch(orpublish:minororpublish:major). This will create a new version and bump the package file. It will also create an installable zip file in dist/switchyroo.zip. - Go to https://chrome.google.com/webstore/developer/dashboard and login .
- Click edit on the extension.
- Upload the switchyroo.zip file.

