Open Self Tab

Remove tagA's target

O que é Open Self Tab?

Open Self Tab é uma extensão do Chrome desenvolvida por luowenbiz, e sua principal característica é "Remove tagA's target".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open Self Tab

Baixe arquivos de extensão Open Self 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

                        使用 www.tapd.cn 

防止每次点击链接都打开新页面。                    

Informações Básicas da Extensão

Nome Open Self Tab Open Self Tab
ID jibjdbpdbnbbmgghkmaelgkekdcgabbc
URL Oficial https://chromewebstore.google.com/detail/open-self-tab/jibjdbpdbnbbmgghkmaelgkekdcgabbc
Descrição Remove tagA's target
Tamanho do Arquivo 651 KB
Contagem de Instalações 208
Versão Atual 1.1
Última Atualização 2017-06-02
Data de Publicação 2017-06-02
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor luowenbiz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Self Tab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Remove tagA's target",
    "icons": {
        "128": "img\/snow-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/snow.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tapd.cn\/*"
            ],
            "css": [
                "css\/contentstyle.css"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}