UUID Generator
This will generate UUID's that are lowercase without the hypens
Cos'è UUID Generator?
UUID Generator è un'estensione di Chrome sviluppata da wasaequreshi, e la sua funzione principale è "This will generate UUID's that are lowercase without the hypens".
Scarica il file CRX dell'estensione UUID Generator
Scarica i file di estensione UUID Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
Informazioni di Base sull'Estensione
Nome | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
URL Ufficiale | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
Descrizione | This will generate UUID's that are lowercase without the hypens |
Dimensione del File | 59.14 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-02-10 |
Data di Pubblicazione | 2017-02-10 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | wasaequreshi |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |