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文件
下載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 |
| 官方網址 | 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
}
}
} | |