Dynalist Tab Lock

Prevent Dyanlist Links from opening in new tabs

O que é Dynalist Tab Lock?

Dynalist Tab Lock é uma extensão do Chrome desenvolvida por mgroth49, e sua principal característica é "Prevent Dyanlist Links from opening in new tabs".

Baixar o arquivo CRX da Extensão Dynalist Tab Lock

Baixe arquivos de extensão Dynalist Tab Lock 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

                        This extension simply runs in the background, and makes Dynalist.io links open in the current tab rather than a new tab.

It also works in all background tabs as well as in Dynalist iFrames.                    

Informações Básicas da Extensão

Nome Dynalist Tab Lock Dynalist Tab Lock
ID pmfckakbjmakibdcoekhhbpmmogaehke
URL Oficial https://chromewebstore.google.com/detail/dynalist-tab-lock/pmfckakbjmakibdcoekhhbpmmogaehke
Descrição Prevent Dyanlist Links from opening in new tabs
Tamanho do Arquivo 4.13 KB
Contagem de Instalações 21
Versão Atual 1.0.2
Última Atualização 2017-02-27
Data de Publicação 2017-02-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mgroth49
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/matthew-groth/Dynalist-Tab-Lock
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Tab Lock",
    "description": "Prevent Dyanlist Links from opening in new tabs",
    "version": "1.0.2",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "https:\/\/dynalist.io\/*",
        "http:\/\/127.0.0.1:8080\/"
    ],
    "background": {
        "scripts": [
            "backgroundO.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}