GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Vad är GUID Quickie?
GUID Quickie är en Chrome-tillägg utvecklad av Sakib Hasan, och dess huvudfunktion är "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".
Ladda ner GUID Quickie-förlängningens CRX-fil
Ladda ner GUID Quickie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5
Grundläggande Information om Tillägg
Namn | GUID Quickie |
ID | enibejnkecipikaeegngobiaeljminbe |
Officiell webbadress | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
Beskrivning | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
Filstorlek | 4.23 KB |
Antal Installationer | 56 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-06-21 |
Publiceringsdatum | 2018-06-21 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Sakib Hasan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } } |