GithubTabMaker

Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…

GithubTabMaker란 무엇입니까?

GithubTabMaker은(는) https://kumano-te.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        この拡張機能を有効にした状態で、任意のページを読み込むと、外部サイトのリンクが全て別タブで開くようになります。
特にgithubユーザにお勧めです。
issueに記載された外部リンクを全て別タブで開くことができるようになります!

Just enable this extension and you can open any external links (in any page) in a new tab.
We recommend this extension especially for github users.
You don't have to get upset with external link in github issue page any more!                    

확장 프로그램 기본 정보

이름 GithubTabMaker GithubTabMaker
ID aaoclindamfdofdgnoclfccmedlmanko
공식 URL https://chromewebstore.google.com/detail/githubtabmaker/aaoclindamfdofdgnoclfccmedlmanko
설명 Just enable this extension and you can open any external links (in any page) in a new tab.We recommend this extension especially…
파일 크기 45.47 KB
설치 횟수 199
현재 버전 1.0.0
최근 업데이트 2017-07-08
출시 날짜 2017-07-08
평점 5.00/5 총 1 개의 평점
개발자 https://kumano-te.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://kumano-te.com
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_popup": "popup\/html\/index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}