UUID Generator
Generate Universal Unique Identifier(s)
什么是UUID Generator?
UUID Generator是由Damien Vingrief开发的Chrome扩展程序,该扩展的主要功能是“Generate Universal Unique Identifier(s)”。
扩展截图
下载UUID Generator扩展crx文件
下载UUID Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | mhchjhjlolbchlkbfmcndojcjcacpchk |
官方URL | https://chromewebstore.google.com/detail/uuid-generator/mhchjhjlolbchlkbfmcndojcjcacpchk |
简介 | Generate Universal Unique Identifier(s) |
文件大小 | 7.91 KB |
安装次数 | 659 |
当前版本 | 1.4.1 |
更新时间 | 2024-03-03 |
上架时间 | 2020-01-09 |
评分 | 5.00/5 共3次评分 |
开发者 | Damien Vingrief |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |