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                    

拡張機能の基本情報

名前 GUID Quickie 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
Eメール [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
        }
    }
}