Clone Tab

Clone Tab

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.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"
    }
  }
}