UUID Generator
This will generate UUID's that are lowercase without the hypens
Wat is UUID Generator?
UUID Generator is een Chrome-extensie ontwikkeld door wasaequreshi, en de belangrijkste functie is "This will generate UUID's that are lowercase without the hypens".
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 will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
Basisinformatie over de Extensie
Naam | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
Officiële URL | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
Beschrijving | This will generate UUID's that are lowercase without the hypens |
Bestandsgrootte | 59.14 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-02-10 |
Publicatiedatum | 2017-02-10 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | wasaequreshi |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |