UUID Generator

This will generate UUID's that are lowercase without the hypens

¿Qué es UUID Generator?

UUID Generator es una extensión de Chrome desarrollada por wasaequreshi, y su función principal es "This will generate UUID's that are lowercase without the hypens".

Descargar Archivo CRX de la Extensión UUID Generator

Descarga archivos de extensión UUID Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.                    

Información Básica de la Extensión

Nombre UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
URL Oficial https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Descripción This will generate UUID's that are lowercase without the hypens
Tamaño del Archivo 59.14 KB
Cantidad de Instalaciones 28
Versión Actual 1.0
Última Actualización 2017-02-10
Fecha de Publicación 2017-02-10
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador wasaequreshi
Tipo de Pago free
Idiomas Soportados 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'"
}