GUID Quickie

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

Apa itu GUID Quickie?

GUID Quickie adalah ekstensi Chrome yang dikembangkan oleh Sakib Hasan, dan fitur utamanya adalah "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".

Unduh Berkas CRX Ekstensi GUID Quickie

Unduh file ekstensi GUID Quickie 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

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

Informasi Dasar Ekstensi

Nama GUID Quickie GUID Quickie
ID enibejnkecipikaeegngobiaeljminbe
URL Resmi https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe
Deskripsi Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Ukuran File 4.23 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-06-21
Tanggal Publikasi 2018-06-21
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Sakib Hasan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    }
}