UUID Generator

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

Apa itu UUID Generator?

UUID Generator adalah ekstensi Chrome yang dikembangkan oleh wasaequreshi, dan fitur utamanya adalah "This will generate UUID's that are lowercase without the hypens".

Unduh Berkas CRX Ekstensi UUID Generator

Unduh file ekstensi UUID Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
URL Resmi https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Deskripsi This will generate UUID's that are lowercase without the hypens
Ukuran File 59.14 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-10
Tanggal Publikasi 2017-02-10
Penilaian 2.50/5 Total 2 Penilaian
Pengembang wasaequreshi
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}