Skip to content

samsel/easy-url-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy URL Params

Easy URL Params is an extension for Chrome to manipulate and visualize the query parameters in URL

Features

  • Easily View Parameters in a URL Query string in a tabular form
  • URL can be loaded from active chrome tab
  • Modify individual Params and reload the new url in the current tab
  • Preserve state - save & load the last viewed URL using local storage

To Dos

Dev Setup Process

  • git clone git@github.com:samsel/easy-url-params.git
  • cd easy-url-params
  • npm install
  • grunt develop (to initialize the files in the build directory)
  • grunt watch (as the files are changed in the src/app folder, the build files get generated with develop config)

Release Process

  • setup the deveopment environment as above
  • make the desired changes
  • run command: grunt package
  • release the generated easy-url-params.zip file(found at project root) to the chrome app store

About

Easy URL Params is a utility plugin for Chrome browser to manipulate and play with the query parameters in URL.

Resources

Stars

Watchers

Forks

Packages

No packages published