UUID Generator

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

UUID Generator क्या है?

UUID Generator wasaequreshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This will generate UUID's that are lowercase without the hypens"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UUID Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}