/UrlEditorPro

Browser extension simplifying editing long and complex URLs

Primary LanguageTypeScript

Build Status Chrome store version Chrome Web Store users

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

Extension main popup window screenshot

Auto-complete / auto-suggest

Auto-complete screenshot

Options page

Options page screenshot

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