GitHub User Languages

See the language usage breakdown of a User or Org right on their GitHub profile page.

GitHub User Languagesとは何ですか?

GitHub User Languagesはhttps://freyama.deによって開発されたChromeの拡張機能で、その主な機能は「See the language usage breakdown of a User or Org right on their GitHub profile page.」です。

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

screenshot

GitHub User Languages拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GitHub User Languages is a simple extension that renders a pie chart onto a profile page on GitHub.

This pie chart shows a breakdown of the languages used in the public repositories owned by the User or Organisation.

The chart uses GitHub's official language colours for each language, and each segment can be clicked to take you to a list of the repositories owned by the account in each language.

Now you can see what languages a User or Org like to use all in a single place, right on their own profile!                    

拡張機能の基本情報

名前 GitHub User Languages GitHub User Languages
ID kikdmnikeponomghepmfipgiijlmfhfl
公式URL https://chromewebstore.google.com/detail/github-user-languages/kikdmnikeponomghepmfipgiijlmfhfl
説明 See the language usage breakdown of a User or Org right on their GitHub profile page.
ファイルサイズ 282 KB
インストール数 940
現在のバージョン 1.1.0
最終更新日 2023-09-25
公開日 2019-07-19
評価 5.00/5 合計 3 レビュー
開発者 https://freyama.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/freyamade/github-user-languages
ヘルプページのURL https://github.com/freyamade/github-user-languages/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/github-user-languages.128.png",
        "default_popup": "popup.html"
    },
    "author": "freyamade",
    "content_scripts": [
        {
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "description": "See the language usage breakdown of a User or Org right on their GitHub profile page.",
    "host_permissions": [
        "https:\/\/api.github.com\/",
        "https:\/\/raw.githubusercontent.com\/ozh\/github-colors\/master\/colors.json"
    ],
    "icons": {
        "128": "images\/github-user-languages.128.png"
    },
    "manifest_version": 3,
    "name": "GitHub User Languages",
    "permissions": [
        "storage"
    ],
    "short_name": "github-user-languages",
    "version": "1.1.0"
}