UUID Generator
Generate Universal Unique Identifier(s)
Qu'est-ce que UUID Generator ?
UUID Generator est une extension Chrome développée par Damien Vingrief, et sa fonction principale est "Generate Universal Unique Identifier(s)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UUID Generator
Téléchargez les fichiers d'extension UUID Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mhchjhjlolbchlkbfmcndojcjcacpchk |
URL Officiel | https://chromewebstore.google.com/detail/uuid-generator/mhchjhjlolbchlkbfmcndojcjcacpchk |
Description | Generate Universal Unique Identifier(s) |
Taille du Fichier | 7.91 KB |
Nombre d'Installations | 659 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2020-01-09 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Damien Vingrief |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |