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文件

下載Clone Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}