GH Real Names

Replace IDs with real names on Github

GH Real Namesとは何ですか?

GH Real NamesはPerfect Thingsによって開発されたChromeの拡張機能で、その主な機能は「Replace IDs with real names on Github」です。

拡張機能のスクリーンショット

screenshot

GH Real Names拡張機能のCRXファイルをダウンロード

GH Real Names拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a great and fantastic extension. It replaces user IDs, on Github and GH Enterprise, with the actual real names (from user's profiles). So when you're looking at "issues" or "PR"s, you don't have to wonder anymore, who is `u123456`, because you will see his real name is "Angus MacCrockodile"!                    

拡張機能の基本情報

名前 GH Real Names GH Real Names
ID gonnpgjkjibbcfejlldggocnkiplacif
公式URL https://chromewebstore.google.com/detail/gh-real-names/gonnpgjkjibbcfejlldggocnkiplacif
説明 Replace IDs with real names on Github
ファイルサイズ 23.35 KB
インストール数 86
現在のバージョン 1.2.0
最終更新日 2023-03-14
公開日 2021-08-19
開発者 Perfect Things
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tborychowski/gh-real-names
ヘルプページのURL https://github.com/tborychowski/gh-real-names/issues
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "name": "GH Real Names",
    "author": "Tom",
    "description": "Replace IDs with real names on Github",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "assets\/icon48.png",
        "96": "assets\/icon96.png"
    }
}