Reddit Squared

A reimaging of the reddit experience. Currently in Beta.

O que é Reddit Squared?

Reddit Squared é uma extensão do Chrome desenvolvida por nick.ed.dale, e sua principal característica é "A reimaging of the reddit experience. Currently in Beta.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Squared

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

                        A web app for reddit that completely redesigns the site. Best suited for Retina screens with ad-block plus. 

-Embeds pictures and videos. 
-Infinite scroll so you can just keep on keepin' on                    

Informações Básicas da Extensão

Nome Reddit Squared Reddit Squared
ID anggmmdeliefkklpmkpeofepgnmkjohp
URL Oficial https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp
Descrição A reimaging of the reddit experience. Currently in Beta.
Tamanho do Arquivo 8.08 MB
Contagem de Instalações 23
Versão Atual 1.0
Última Atualização 2014-06-17
Data de Publicação 2014-06-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nick.ed.dale
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Squared",
    "description": "A reimaging of the reddit experience. Currently in Beta.",
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*jpg",
        "img\/*png"
    ]
}