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 هو إضافة Chrome تم تطويرها بواسطة https://freyama.de، والميزة الرئيسية لها هي "See the language usage breakdown of a User or Org right on their GitHub profile page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GitHub User Languages

قم بتنزيل ملفات الامتداد GitHub User Languages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/freyamade/github-user-languages
عنوان صفحة المساعدة 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"
}