github1s Linker

Inserts a direct link to github1s in gitHub repos

github1s Linker란 무엇입니까?

github1s Linker은(는) fschipp.fs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inserts a direct link to github1s in gitHub repos"입니다.

확장 프로그램 스크린샷

screenshot

github1s Linker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar.

Code is open source at https://github.com/samtun/github1s_linker                    

확장 프로그램 기본 정보

이름 github1s Linker github1s Linker
ID aghoglkmbagjidbhfdcgmonhgdcbjjgf
공식 URL https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf
설명 Inserts a direct link to github1s in gitHub repos
파일 크기 7.93 KB
설치 횟수 120
현재 버전 1.0
최근 업데이트 2021-03-24
출시 날짜 2021-03-20
개발자 fschipp.fs
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github1s Linker",
    "description": "Inserts a direct link to github1s in gitHub repos",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "add_button.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon32.png",
        "32": "images\/icon64.png",
        "64": "images\/icon128.png"
    }
}