UUID Generator
This will generate UUID's that are lowercase without the hypens
什么是UUID Generator?
UUID Generator是由wasaequreshi开发的Chrome扩展程序,该扩展的主要功能是“This will generate UUID's that are lowercase without the hypens”。
下载UUID Generator扩展crx文件
下载UUID Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
扩展基本信息
名称 | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
官方URL | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
简介 | This will generate UUID's that are lowercase without the hypens |
文件大小 | 59.14 KB |
安装次数 | 28 |
当前版本 | 1.0 |
更新时间 | 2017-02-10 |
上架时间 | 2017-02-10 |
评分 | 2.50/5 共2次评分 |
开发者 | wasaequreshi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UUID Generator", "description": "This will generate UUID's that are lowercase without the hypens", "version": "1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "identity", "identity.email" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |