CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
CoderStats link for Github Coders क्या है?
CoderStats link for Github Coders Ramiro Gómez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CoderStats link for Github Coders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
एक्सटेंशन की मूल जानकारी
नाम | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
आधिकारिक URL | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
विवरण | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
फ़ाइल का आकार | 8.7 KB |
स्थापना संख्या | 807 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-05-03 |
प्रकाशन तिथि | 2019-06-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ramiro Gómez |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://coderstats.github.io/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "homepage_url": "http:\/\/coderstats.github.io\/", "name": "CoderStats link for Github Coders", "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.", "icons": { "48": "logo-48x48.png", "128": "logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "coderstats.js" ], "run_at": "document_end" } ] } |