No 'More' Yahoo!

Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.

O que é No 'More' Yahoo!?

No 'More' Yahoo! é uma extensão do Chrome desenvolvida por Mingyi Liu, e sua principal característica é "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".

Baixar o arquivo CRX da Extensão No 'More' Yahoo!

Baixe arquivos de extensão No 'More' Yahoo! 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

                        Directly opens external links on Yahoo main page (http://www.yahoo.com) in a new tab, without having to load the one-paragraph Yahoo popup just to click the 'Read More' button to get to the actual external article. 

Note: this only works on Yahoo main page (www.yahoo.com), not the subdomains like finance.yahoo.com.                    

Informações Básicas da Extensão

Nome No 'More' Yahoo! No 'More' Yahoo!
ID ffaekjgjkmoggbcpminlabhekpdadagl
URL Oficial https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl
Descrição Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
Tamanho do Arquivo 3.85 KB
Contagem de Instalações 24
Versão Atual 0.11
Última Atualização 2016-10-12
Data de Publicação 2016-10-11
Desenvolvedor Mingyi Liu
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No 'More' Yahoo!",
    "version": "0.11",
    "description": "Directly opens external links on Yahoo main page (http:\/\/www.yahoo.com) in new tab without clicking the 'Read More' button.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.yahoo.com\/"
            ],
            "js": [
                "extract.js"
            ]
        }
    ]
}