UUID Generator
Generate Universal Unique Identifier(s)
What is UUID Generator?
UUID Generator is a Chrome extension developed by Damien Vingrief, and its main feature is "Generate Universal Unique Identifier(s)".
Extension Screenshots
Download UUID Generator Extension CRX File
Download UUID Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows to generate one or multiple Universal Unique Identifiers (UUID v4) with formatting options (with/out hyphens, with/out braces, lower/upper cased), and to copy rows of identifiers to the clipboard.
Extension Basic Information
Name | |
ID | mhchjhjlolbchlkbfmcndojcjcacpchk |
Official URL | https://chromewebstore.google.com/detail/uuid-generator/mhchjhjlolbchlkbfmcndojcjcacpchk |
Description | Generate Universal Unique Identifier(s) |
File Size | 7.91 KB |
Installation Count | 659 |
Current Version | 1.4.1 |
Last Updated | 2024-03-03 |
Publish Date | 2020-01-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Damien Vingrief |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Generate Universal Unique Identifier(s)", "icons": { "128": "icon.png", "16": "icon.png", "256": "icon.png", "48": "icon.png", "512": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5eXPr02VXlvFJhf0ngnFpo5sN\/J026wnAgziK82affu9koQXbpjoiIRS9nRs7FKHDnkftesbzZ0VcBv5OoIXkFlNsuAHjJG4ZF0sOJHfWJI7QJ\/3pCyuYLr6XferxWsVVyXgIK5yIXMLE5+wJsZDJ+ZMwCXW9pn+2ktrbvV\/So1Z0bSf4o\/G3M1W6SYGg5Rjeq\/nOwf9APaNpb9bRiZrT8hBahTiPX4LiH276GPS\/Gy3BpmuUJYGHEBWLKCpjdG0qX4KJq9DoAGGMviN8ra5V0px822vy+oNyki6LV29H\/wAgEyNIOlaqFEhtgITN0pyglkTpX9CdTpPId7rqZnH6wIDAQAB", "manifest_version": 2, "name": "UUID Generator", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1" } |