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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CoderStats link for Github Coders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    ]
}