UUID generator

Easily generate UUID

什么是UUID generator?

UUID generator是由Kuba Turek开发的Chrome扩展程序,该扩展的主要功能是“Easily generate UUID”。

扩展截图

screenshot

下载UUID generator扩展crx文件

下载UUID generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 UUID generator UUID generator
ID nflgkajcbjiooanofomjjaagkaednbel
官方URL https://chromewebstore.google.com/detail/uuid-generator/nflgkajcbjiooanofomjjaagkaednbel
简介 Easily generate UUID
文件大小 389 KB
安装次数 2,489
当前版本 0.4.0
更新时间 2021-12-21
上架时间 2018-10-17
评分 5.00/5 共5次评分
开发者 Kuba Turek
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/eps90/uuid-generator-chrome-extension
帮助页面URL https://github.com/eps90/uuid-generator-chrome-extension/issues
支持的语言 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'"
}