GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
What is GUID Quickie?
GUID Quickie is a Chrome extension developed by Sakib Hasan, and its main feature is "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".
Download GUID Quickie Extension CRX File
Download GUID Quickie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5
Extension Basic Information
Name | GUID Quickie |
ID | enibejnkecipikaeegngobiaeljminbe |
Official URL | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
Description | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
File Size | 4.23 KB |
Installation Count | 56 |
Current Version | 1.0 |
Last Updated | 2018-06-21 |
Publish Date | 2018-06-21 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Sakib Hasan |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } } |