GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
GUID Quickie란 무엇입니까?
GUID Quickie은(는) Sakib Hasan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID."입니다.
GUID Quickie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5
확장 프로그램 기본 정보
이름 | GUID Quickie |
ID | enibejnkecipikaeegngobiaeljminbe |
공식 URL | https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe |
설명 | Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID. |
파일 크기 | 4.23 KB |
설치 횟수 | 56 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-06-21 |
출시 날짜 | 2018-06-21 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Sakib Hasan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } } } |