TabTakeover

Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.

O que é TabTakeover?

TabTakeover é uma extensão do Chrome desenvolvida por nwoodward, e sua principal característica é "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TabTakeover

Baixe arquivos de extensão TabTakeover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.                    

Informações Básicas da Extensão

Nome TabTakeover TabTakeover
ID ckkjhljgpbhjefionmlnolnjndkmlagp
URL Oficial https://chromewebstore.google.com/detail/tabtakeover/ckkjhljgpbhjefionmlnolnjndkmlagp
Descrição Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.
Tamanho do Arquivo 8.13 KB
Contagem de Instalações 104
Versão Atual 1.2
Última Atualização 2020-09-28
Data de Publicação 2020-09-07
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor nwoodward
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabTakeover",
    "description": "Restores legacy behavior of loading dragged links into the tab where they are dragged instead of a new tab.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}