TabLink

Open a link in a new tab, not in the same

TabLink란 무엇입니까?

TabLink은(는) https://javafactory.altervista.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a link in a new tab, not in the same"입니다.

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

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

확장 프로그램 사용 설명서

                        With TabLink if you click a link, it's always opened in a new tab!
So you don't have to use middle-click!

This is very useful if you have a mouse without middle-button

ATTENTION
It doesn't work in new tab, history, downloads, extensions pages
 
Please rate this extension if you like it
------------------------------------------------------------------------------------------------------------------------
Icon from http://dryicons.com                    

확장 프로그램 기본 정보

이름 TabLink TabLink
ID fiomkbglnahplbafedejbebpfnmmpgdj
공식 URL https://chromewebstore.google.com/detail/tablink/fiomkbglnahplbafedejbebpfnmmpgdj
설명 Open a link in a new tab, not in the same
파일 크기 18.31 KB
설치 횟수 691
현재 버전 0.4
최근 업데이트 2012-07-10
출시 날짜 2012-07-10
평점 3.64/5 총 33 개의 평점
개발자 https://javafactory.altervista.org
결제 유형 free
확장 프로그램 웹 사이트 http://javafactory.altervista.org/chrome.html
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabLink",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Open a link in a new tab, not in the same",
    "icons": {
        "48": "tablink48.png",
        "128": "tablink128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "find.js"
            ],
            "all_frames": true
        }
    ]
}