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
官方網址 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
電子郵箱 [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"
}