Network button for GitHub

Returns the Network button to GitHub sidebar

Network button for GitHub란 무엇입니까?

Network button for GitHub은(는) David Šabata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Returns the Network button to GitHub sidebar"입니다.

확장 프로그램 스크린샷

screenshot

Network button for GitHub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Returns the Network button back to GitHub sidebar. 

It's not pretty, but it's simple and it works. Also it was created in like 10 minutes :-)

Follow the website link for sources.                    

확장 프로그램 기본 정보

이름 Network button for GitHub Network button for GitHub
ID njphhjgdjkkcphkhiggkcblgajpaladk
공식 URL https://chrome.google.com/webstore/detail/network-button-for-github/njphhjgdjkkcphkhiggkcblgajpaladk
설명 Returns the Network button to GitHub sidebar
파일 크기 33.36 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2014-07-22
출시 날짜 2014-07-22
평점 5.00/5 총 1 개의 평점
개발자 David Šabata
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/david-sabata/github-network-button
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Network button for GitHub",
    "version": "1.0",
    "description": "Returns the Network button to GitHub sidebar",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ]
}