GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Cos'è GUID Quickie?
GUID Quickie è un'estensione di Chrome sviluppata da Sakib Hasan, e la sua funzione principale è "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".
Scarica il file CRX dell'estensione GUID Quickie
Scarica i file di estensione GUID Quickie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5
Informazioni di Base sull'Estensione
Nome | GUID Quickie |
ID | enibejnkecipikaeegngobiaeljminbe |
URL Ufficiale | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
Descrizione | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
Dimensione del File | 4.23 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-06-21 |
Data di Pubblicazione | 2018-06-21 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Sakib Hasan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } } |