UUID Generator
Generate Universal Unique Identifier(s)
Wat is UUID Generator?
UUID Generator is een Chrome-extensie ontwikkeld door Damien Vingrief, en de belangrijkste functie is "Generate Universal Unique Identifier(s)".
Extensie Screenshots
Download het CRX-bestand van de extensie UUID Generator
Download UUID Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mhchjhjlolbchlkbfmcndojcjcacpchk |
Officiële URL | https://chromewebstore.google.com/detail/uuid-generator/mhchjhjlolbchlkbfmcndojcjcacpchk |
Beschrijving | Generate Universal Unique Identifier(s) |
Bestandsgrootte | 7.91 KB |
Aantal Installaties | 659 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2020-01-09 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Damien Vingrief |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |