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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the language usage breakdown of a User or Org right on their GitHub profile page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub User Languages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ 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" } |