Open link on new tab

Drag link to right/left by right key. by Liao.

O que é Open link on new tab?

Open link on new tab é uma extensão do Chrome desenvolvida por Liao, e sua principal característica é "Drag link to right/left by right key. by Liao.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open link on new tab

Baixe arquivos de extensão Open link on new tab 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

                        Drag link to right = Open on new tab and show up
Drag link to left = Open on new tab in background

Taiwan No. 1                    

Informações Básicas da Extensão

Nome Open link on new tab Open link on new tab
ID fadioakbapkbkelmieaohfmheffakcha
URL Oficial https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha
Descrição Drag link to right/left by right key. by Liao.
Tamanho do Arquivo 1.39 MB
Contagem de Instalações 48
Versão Atual 1.0.0
Última Atualização 2020-07-17
Data de Publicação 2020-07-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Liao
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link on new tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Drag link to right\/left by right key.  by Liao.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}