UUID Generator
This will generate UUID's that are lowercase without the hypens
Co je UUID Generator?
UUID Generator je rozšíření Chrome vyvinuté wasaequreshi, a jeho hlavní funkcí je „This will generate UUID's that are lowercase without the hypens“.
Stáhnout soubor CRX rozšíření UUID Generator
Stáhněte si soubory rozšíření UUID Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
Základní Informace o Rozšíření
Název | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
Oficiální URL | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
Popis | This will generate UUID's that are lowercase without the hypens |
Velikost souboru | 59.14 KB |
Počet instalací | 28 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-02-10 |
Datum Vydání | 2017-02-10 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | wasaequreshi |
Typ Platby | free |
Podporované Jazyky | 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'" } |