GUID Quickie

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

ما هو GUID Quickie؟

GUID Quickie هو إضافة Chrome تم تطويرها بواسطة Sakib Hasan، والميزة الرئيسية لها هي "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".

تحميل ملف CRX للإضافة GUID Quickie

قم بتنزيل ملفات الامتداد GUID Quickie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    }
}