Clone Tab

Duplicate your current tab with a click or custom keystroke, complete with full navigation history.

Clone Tab란 무엇입니까?

Clone Tab은(는) Jordan Bowness에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Duplicate your current tab with a click or custom keystroke, complete with full navigation history."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Duplicate your current tab via button or command (I personally use CTRL+T to replace Chrome's built-in new tab behavior).

This extension does more than others in the Chrome Extension Store in that your entire tab's navigation history and browsing context is also duplicated.  Great way to fork your current browsing session! Make like Dolly and start cloning!                    

확장 프로그램 기본 정보

이름 Clone Tab Clone Tab
ID lakoapehfeocchibmgehpllelmgmmaed
공식 URL https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed
설명 Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
파일 크기 23.29 KB
설치 횟수 1,141
현재 버전 1.2018.1.404
최근 업데이트 2018-01-05
출시 날짜 2018-01-04
평점 4.79/5 총 14 개의 평점
개발자 Jordan Bowness
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Clone Current Tab"
    },
    "description": "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZdNzIOvljXDbefM60xAORD9o\/l\/1X11M4nbcFOfMWKThGlkIH3vBtNRyVctSocYBF4ugzYdjnoJDE77DVjEBNkIp3ts\/xf\/yGYfA9aXjw49oFJgYA+imMvpE6kjIcPTm2xrlZWIa8FgAkiFuBtX\/FVSVWF5Bc0hAy0T+KvQ1DlQIDAQAB",
    "manifest_version": 2,
    "name": "Clone Tab",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2018.1.404",
    "commands": {
        "clone-tab": {
            "suggested_key": {
                "windows": "Ctrl+T",
                "mac": "Ctrl+T",
                "chromeos": "Ctrl+T",
                "linux": "Ctrl+T"
            },
            "description": "Clone Tab"
        }
    }
}