UUID Generator
Generate Universal Unique Identifier(s)
Cos'è UUID Generator?
UUID Generator è un'estensione di Chrome sviluppata da Damien Vingrief, e la sua funzione principale è "Generate Universal Unique Identifier(s)".
Screenshot dell'Estensione
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 extension allows to generate one or multiple Universal Unique Identifiers (UUID v4) with formatting options (with/out hyphens, with/out braces, lower/upper cased), and to copy rows of identifiers to the clipboard.
Informazioni di Base sull'Estensione
Nome | |
ID | mhchjhjlolbchlkbfmcndojcjcacpchk |
URL Ufficiale | https://chromewebstore.google.com/detail/uuid-generator/mhchjhjlolbchlkbfmcndojcjcacpchk |
Descrizione | Generate Universal Unique Identifier(s) |
Dimensione del File | 7.91 KB |
Conteggio Installazioni | 659 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2024-03-03 |
Data di Pubblicazione | 2020-01-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Damien Vingrief |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Generate Universal Unique Identifier(s)", "icons": { "128": "icon.png", "16": "icon.png", "256": "icon.png", "48": "icon.png", "512": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5eXPr02VXlvFJhf0ngnFpo5sN\/J026wnAgziK82affu9koQXbpjoiIRS9nRs7FKHDnkftesbzZ0VcBv5OoIXkFlNsuAHjJG4ZF0sOJHfWJI7QJ\/3pCyuYLr6XferxWsVVyXgIK5yIXMLE5+wJsZDJ+ZMwCXW9pn+2ktrbvV\/So1Z0bSf4o\/G3M1W6SYGg5Rjeq\/nOwf9APaNpb9bRiZrT8hBahTiPX4LiH276GPS\/Gy3BpmuUJYGHEBWLKCpjdG0qX4KJq9DoAGGMviN8ra5V0px822vy+oNyki6LV29H\/wAgEyNIOlaqFEhtgITN0pyglkTpX9CdTpPId7rqZnH6wIDAQAB", "manifest_version": 2, "name": "UUID Generator", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.1" } |