GUID Quickie

Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.

GUID Quickie क्या है?

GUID Quickie Sakib Hasan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID."।

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

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

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

                        A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5                    

एक्सटेंशन की मूल जानकारी

नाम GUID Quickie GUID Quickie
ID enibejnkecipikaeegngobiaeljminbe
आधिकारिक URL https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe
विवरण Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
फ़ाइल का आकार 4.23 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-06-21
प्रकाशन तिथि 2018-06-21
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Sakib Hasan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GUID Quickie",
    "description": "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+5",
                "mac": "MacCtrl+Shift+5"
            },
            "description": "Copy new GUID to clipboard",
            "global": true
        }
    }
}