Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.22 KB

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