UUID Generator
This will generate UUID's that are lowercase without the hypens
What is UUID Generator?
UUID Generator is a Chrome extension developed by wasaequreshi, and its main feature is "This will generate UUID's that are lowercase without the hypens".
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 will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
Extension Basic Information
Name | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
Official URL | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
Description | This will generate UUID's that are lowercase without the hypens |
File Size | 59.14 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2017-02-10 |
Publish Date | 2017-02-10 |
Rating | 2.50/5 Total 2 Ratings |
Developer | wasaequreshi |
Payment Type | free |
Supported Languages | 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'" } |