GUID Quickie

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

O que é GUID Quickie?

GUID Quickie é uma extensão do Chrome desenvolvida por Sakib Hasan, e sua principal característica é "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".

Baixar o arquivo CRX da Extensão GUID Quickie

Baixe arquivos de extensão GUID Quickie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GUID Quickie GUID Quickie
ID enibejnkecipikaeegngobiaeljminbe
URL Oficial https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe
Descrição Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Tamanho do Arquivo 4.23 KB
Contagem de Instalações 56
Versão Atual 1.0
Última Atualização 2018-06-21
Data de Publicação 2018-06-21
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Sakib Hasan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    }
}