UUID Generator

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

O que é UUID Generator?

UUID Generator é uma extensão do Chrome desenvolvida por wasaequreshi, e sua principal característica é "This will generate UUID's that are lowercase without the hypens".

Baixar o arquivo CRX da Extensão UUID Generator

Baixe arquivos de extensão UUID Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
URL Oficial https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Descrição This will generate UUID's that are lowercase without the hypens
Tamanho do Arquivo 59.14 KB
Contagem de Instalações 28
Versão Atual 1.0
Última Atualização 2017-02-10
Data de Publicação 2017-02-10
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor wasaequreshi
Tipo de Pagamento free
Idiomas Suportados 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'"
}