UUID generator

Easily generate UUID

What is UUID generator?

UUID generator is a Chrome extension developed by Kuba Turek, and its main feature is "Easily generate UUID".

Extension Screenshots

screenshot

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

                        Generate random UUID and copy them with single click!
New features coming soon!                    

Extension Basic Information

Name UUID generator UUID generator
ID nflgkajcbjiooanofomjjaagkaednbel
Official URL https://chromewebstore.google.com/detail/uuid-generator/nflgkajcbjiooanofomjjaagkaednbel
Description Easily generate UUID
File Size 389 KB
Installation Count 2,489
Current Version 0.4.0
Last Updated 2021-12-21
Publish Date 2018-10-17
Rating 5.00/5 Total 5 Ratings
Developer Kuba Turek
Email [email protected]
Payment Type free
Extension Website https://github.com/eps90/uuid-generator-chrome-extension
Help Page URL https://github.com/eps90/uuid-generator-chrome-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UUID generator",
    "version": "0.4.0",
    "version_name": "0.4.0",
    "description": "Easily generate UUID",
    "author": "Jakub Turek ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}