Uri Extension to get Query Parameters as a Dictionary

There is no built in function to get the query parameters of a URL as a name, value dictionary which can be accessed easily. So you could use this extension function to get the query parameters.

Now this extension function can be used just like another primitive function.