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 |
| 官方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
}
}
} | |