Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

When FIXED This will work #1

Description

@TrevisGordan

onclick: windowURl With Reload, <--- There is the ERROR

Open on new window!

complete soucre!

https://chrome.google.com/webstore/detail/duplicate-tab-shortcut-ke/pfippblampohahkkdoomekekmfbjkimg

open In new Tap

works
-> for entire URL use "window.location.href"
korretkt funktion

function openInNewTab(url) {
var win = window.open(url, '_blank');
win.focus();
}

call with: " openInNewTab(window.location.href);"

Dublicate:

StOv - https://goo.gl/9jhLsA

chrome.tabs.query({ active:true, },function(tab){ currenttab = tab[0] chrome.tabs.duplicate(currenttab.id); });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions