reddit new tab

Extension that makes reddit links open in new tab by default.

O que é reddit new tab?

reddit new tab é uma extensão do Chrome desenvolvida por ashatte, e sua principal característica é "Extension that makes reddit links open in new tab by default.".

Baixar o arquivo CRX da Extensão reddit new tab

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

                        By default, reddit links open in the current tab. I found that I would scroll through a list of links, and [right-click -> open in new tab] some of the more interesting links which I then read in bulk. This extension reduces the number of clicks by opening reddit posts in a new tab when clicked as per normal. So you can scroll through the page, click on all of the interesting links, then proceed to read them after.

==== NOTE ====
* If there are issues on your particular version of Chrome, or on your operating system, please send me a message so that I can fix it :)                    

Informações Básicas da Extensão

Nome reddit new tab reddit new tab
ID dpjlocnomggnbkecncocpdhnidkgekkc
URL Oficial https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc
Descrição Extension that makes reddit links open in new tab by default.
Tamanho do Arquivo 61.66 KB
Contagem de Instalações 18
Versão Atual 0.0.2
Última Atualização 2014-05-28
Data de Publicação 2014-05-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor ashatte
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit new tab",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that makes reddit links open in new tab by default.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "newtabber.js"
            ]
        }
    ]
}