Converts GUID format in Chrome address bar.
Tired of manually converting GUID formats between Postman and DB on a daily basis? Try this simple extension that does it for you directly from the Chrome Omnibox!
To use the GUID converter, simply:
- Type the keyword "guid" followed by a space in the Omnibox (address bar)
- Enter a valid GUID you want to convert
- Click on the suggestion with the converted guid and copy it to clipboard, nice one!
Current format conversion rules:
3F2504E0-4F89-41D3-9A0C-0305E82C3301 -> 3F2504E04F8941D39A0C0305E82C3301
3f2504e0-4f89-41d3-9a0c-0305e82c3301 -> 3F2504E04F8941D39A0C0305E82C3301
3F2504E04F8941D39A0C0305E82C3301 -> 3f2504e0-4f89-41d3-9a0c-0305e82c3301
3f2504e04f8941d39a0c0305e82c3301 -> 3f2504e0-4f89-41d3-9a0c-0305e82c3301
(PS: The ugly icon is generated from a guid by a Python script)