GUID Quickie

Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.

GUID Quickie là gì?

GUID Quickie là một tiện ích mở rộng Chrome được phát triển bởi Sakib Hasan, và tính năng chính của nó là "Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.".

Tải xuống tệp CRX của tiện ích mở rộng GUID Quickie

Tải xuống các tệp mở rộng GUID Quickie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple GUID generator that copy new guid's to your clipboard when you press Control + Shift + 5                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GUID Quickie GUID Quickie
ID enibejnkecipikaeegngobiaeljminbe
URL Chính Thức https://chromewebstore.google.com/detail/guid-quickie/enibejnkecipikaeegngobiaeljminbe
Mô tả Press Ctrl+Shift+5 from anywhere in your PC to generate new GUID.
Kích Thước Tệp 4.23 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-06-21
Ngày Phát Hành 2018-06-21
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sakib Hasan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}