GUID Quickie
Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
GUID Quickieคืออะไร?
GUID Quickie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sakib Hasan และคุณลักษณะหลักของมันคือ "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GUID Quickie
ดาวน์โหลดไฟล์ส่วนขยาย GUID Quickie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
}
}
} | |