https://github.com/maxwroc/urleditorpro
Browser extension simplifying editing long and complex URLs
https://github.com/maxwroc/urleditorpro
Last synced: over 1 year ago
JSON representation
Browser extension simplifying editing long and complex URLs
- Host: GitHub
- URL: https://github.com/maxwroc/urleditorpro
- Owner: maxwroc
- Created: 2016-07-26T10:56:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T18:13:17.000Z (about 3 years ago)
- Last Synced: 2025-03-01T11:34:48.376Z (over 1 year ago)
- Language: TypeScript
- Size: 2.47 MB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/maxwroc/UrlEditorPro)
[](https://chrome.google.com/webstore/detail/url-editor-pro/maoigfcibanjdgnepaiiadjhgmejclea)

# 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]( https://www.npmjs.com/)
* `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`