GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Wat is GUID Quickie?
GUID Quickie is een Chrome-extensie ontwikkeld door Sakib Hasan, en de belangrijkste functie is "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".
Download het CRX-bestand van de extensie GUID Quickie
Download GUID Quickie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5
Basisinformatie over de Extensie
Naam | GUID Quickie |
ID | enibejnkecipikaeegngobiaeljminbe |
Officiële URL | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
Beschrijving | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
Bestandsgrootte | 4.23 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-21 |
Publicatiedatum | 2018-06-21 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sakib Hasan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } } |