Open Link in Duplicate Tab

Opens a link in a new tab with history from current tab

Open Link in Duplicate Tab란 무엇입니까?

Open Link in Duplicate Tab은(는) matthew.salt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens a link in a new tab with history from current tab"입니다.

확장 프로그램 스크린샷

screenshot

Open Link in Duplicate Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Opening link in new tabs is a great way to review lots of items later. However sometimes when you come back to those tabs you've lost the context and the history of how you got there. This extension adds an option to the right-click menu to open a link in a new tab with history intact just as if you had duplicated your current tab and then clicked the link. Now when you come back to the tab in the future you'll know exactly how you got there.                    

확장 프로그램 기본 정보

이름 Open Link in Duplicate Tab Open Link in Duplicate Tab
ID decochkhfdfamopdemciggmhlgdcdndm
공식 URL https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm
설명 Opens a link in a new tab with history from current tab
파일 크기 8.07 KB
설치 횟수 44
현재 버전 0.0.2
최근 업데이트 2017-03-14
출시 날짜 2017-03-14
개발자 matthew.salt
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Link in Duplicate Tab",
    "description": "Opens a link in a new tab with history from current tab",
    "version": "0.0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "Tab-16.png",
        "48": "Tab-48.png",
        "128": "Tab-128.png"
    },
    "manifest_version": 2
}