UrlEditorPro
UrlEditorPro copied to clipboard
Browser extension simplifying editing long and complex URLs
UrlEditor PRO - Browser extension
This extension can help you with changing parameters (or parts) of complex and long urls.
Main features:
- Simple UI
- Full keyboard support: keyboard shortcuts for all basic operations (no need to use mouse)
- Auto-complete / auto-suggest - suggests you recently used params on particular page or values for it
- Auto-refresh - reloads current page with given interval
- Configurable

Auto-complete / auto-suggest

Options page

Dev
How to start?
- Instal NPM
npm install
Recommended IDE: VSCode
Working with the code
- Build:
gulp build - Build tests:
gulp build-test - Build and run tests:
gulp test - Full build and run tests:
gulp test-ci - Full build and run tests in deug mode:
gulp test-ci-debug - Watch app (rebuild on save):
gulp watch - Watch tests (rebuild on save):
gulp watch-test