Prepopulate a form from parameters in URL based on form-field idsMost of the order tracking websites and websites with search boxes are used frequently with the same values as the default values. But not every website supports pre-populating them with values from URLs.
This tiny chrome Extension just does that. You can use either the id or the name attribute of the form-field in the url to pre-populate the values.
An example url https://in.yahoo.com/?p=is%20yahoo%20news%20any%20good will populate the form element with either the ID or the name attribute equal to "p" with the value "is yahoo news any good"