URL To Tab

Non-link URL text will open in a new tab.

O que é URL To Tab?

URL To Tab é uma extensão do Chrome desenvolvida por GGamagidev, e sua principal característica é "Non-link URL text will open in a new tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão URL To Tab

Baixe arquivos de extensão URL To 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

                        You can open a new tab by MouseMiddleClick the URL of the text wrapped around the block.

You can be opened in new tab by Ctrl + MouseLeftClick on the text URL.

You can open new tabs with the URL Shift + MouseMiddleClick all wrapped in the block.                    

Informações Básicas da Extensão

Nome URL To Tab URL To Tab
ID baikpicmgimclkloekejeiaopkenipmg
URL Oficial https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg
Descrição Non-link URL text will open in a new tab.
Tamanho do Arquivo 14.37 KB
Contagem de Instalações 23
Versão Atual 0.9.5
Última Atualização 2013-11-21
Data de Publicação 2013-11-21
Desenvolvedor GGamagidev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL To Tab",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.9.5",
    "description": "Non-link URL text will open in a new tab.",
    "homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bgurlsel.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}