UUID Generator

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

UUID Generatorคืออะไร?

UUID Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wasaequreshi และคุณลักษณะหลักของมันคือ "This will generate UUID's that are lowercase without the hypens"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UUID Generator

ดาวน์โหลดไฟล์ส่วนขยาย UUID Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
คำอธิบาย This will generate UUID's that are lowercase without the hypens
ขนาดไฟล์ 59.14 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-02-10
วันที่เผยแพร่ 2017-02-10
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wasaequreshi
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}