Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
byverdu committed Jan 11, 2023
1 parent 523a507 commit 60f0174
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# QueryParamsBuilder

Do you need to check a website providing different url params for testing purposes? Then, this Chrome Extension might come handy to you.

QueryParamsBuilder will allow you to define `key/value` pairs of query params that you can apply to the url for every single browser tab.

The extension consists of two parts.

## 1. Options page

In the options page you will define those params that will be available for all the tabs. In here you will set a description name and the key of the query string param.

All fields are editable and changes are auto-saved once the field loses it's focus

You can also delete everything from this page.

![Alt text](./docs/options-add-params.png "add param to options")

## 1. Popup page

A popup page will open once you click the extension's button on the browser extension's toolbar. For every single tab you will have by default all the options that you defined in the options page.

![Alt text](./docs/popup-page.png "add param to options")

You can also define specific params for every single tab.

![Alt text](./docs/popup-add-param.png "add param to options")

Once you click the `Apply Params` button, the extension will apply those params that are checked to the url and reload the page.

![Alt text](./docs/url-result.png "add param to options")

Note that if you edit or delete a param from the options page it will apply those changes to the popup too. In that case if you have those params applied to any of the tabs you will need to delete them manually.
Binary file added docs/options-add-params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/popup-add-param.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/popup-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/url-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60f0174

Please sign in to comment.