UUID Generator

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

Co to jest UUID Generator?

UUID Generator to rozszerzenie Chrome opracowane przez wasaequreshi, a jego główną funkcją jest „This will generate UUID's that are lowercase without the hypens”.

Pobierz plik CRX rozszerzenia UUID Generator

Pobierz pliki rozszerzeń UUID Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
Oficjalny URL https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Opis This will generate UUID's that are lowercase without the hypens
Rozmiar pliku 59.14 KB
Liczba instalacji 28
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-02-10
Data Publikacji 2017-02-10
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper wasaequreshi
Typ Płatności free
Obsługiwane Języki 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'"
}