UUID Generator
This will generate UUID's that are lowercase without the hypens
Qu'est-ce que UUID Generator ?
UUID Generator est une extension Chrome développée par wasaequreshi, et sa fonction principale est "This will generate UUID's that are lowercase without the hypens".
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 will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
Informations de Base sur l'Extension
Nom | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
URL Officiel | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
Description | This will generate UUID's that are lowercase without the hypens |
Taille du Fichier | 59.14 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-02-10 |
Date de Publication | 2017-02-10 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | wasaequreshi |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |