UUID Generator

This will generate UUID's that are lowercase without the hypens

Vad är UUID Generator?

UUID Generator är en Chrome-tillägg utvecklad av wasaequreshi, och dess huvudfunktion är "This will generate UUID's that are lowercase without the hypens".

Ladda ner UUID Generator-förlängningens CRX-fil

Ladda ner UUID Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.                    

Grundläggande Information om Tillägg

Namn UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
Officiell webbadress https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Beskrivning This will generate UUID's that are lowercase without the hypens
Filstorlek 59.14 KB
Antal Installationer 28
Aktuell Version 1.0
Senast Uppdaterad 2017-02-10
Publiceringsdatum 2017-02-10
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare wasaequreshi
Betalningssätt free
Stödda Språk 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'"
}