Reddit Blue Links

I must have... the BLUE pages.

O que é Reddit Blue Links?

Reddit Blue Links é uma extensão do Chrome desenvolvida por Jonathan Woodard, e sua principal característica é "I must have... the BLUE pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Blue Links

Baixe arquivos de extensão Reddit Blue Links 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

                        When I browse Reddit, I like to open all the unread links in new tabs behind the current one. This plugin does the page in one click!                    

Informações Básicas da Extensão

Nome Reddit Blue Links Reddit Blue Links
ID boijcmmgpmnlabibhcapmenbcldgande
URL Oficial https://chromewebstore.google.com/detail/reddit-blue-links/boijcmmgpmnlabibhcapmenbcldgande
Descrição I must have... the BLUE pages.
Tamanho do Arquivo 209 KB
Contagem de Instalações 54
Versão Atual 1.0.0.2
Última Atualização 2015-11-18
Data de Publicação 2015-11-17
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Jonathan Woodard
Tipo de Pagamento free
Site da Extensão http://woodar.dj
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Blue Links",
    "version": "1.0.0.2",
    "manifest_version": 2,
    "description": "I must have... the BLUE pages.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-400.png",
        "default_title": "We're go for launch."
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/",
        "history"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}