GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Co to jest GUID Quickie?
GUID Quickie to rozszerzenie Chrome opracowane przez Sakib Hasan, a jego główną funkcją jest „Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.”.
Pobierz plik CRX rozszerzenia GUID Quickie
Pobierz pliki rozszerzeń GUID Quickie w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | enibejnkecipikaeegngobiaeljminbe |
| Oficjalny URL | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
| Opis | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
| Rozmiar pliku | 4.23 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-06-21 |
| Data Publikacji | 2018-06-21 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | Sakib Hasan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
}
} | |