Reddit Squared

A reimaging of the reddit experience. Currently in Beta.

Cos'è Reddit Squared?

Reddit Squared è un'estensione di Chrome sviluppata da nick.ed.dale, e la sua funzione principale è "A reimaging of the reddit experience. Currently in Beta.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Squared

Scarica i file di estensione Reddit Squared in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reddit Squared Reddit Squared
ID anggmmdeliefkklpmkpeofepgnmkjohp
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp
Descrizione A reimaging of the reddit experience. Currently in Beta.
Dimensione del File 8.08 MB
Conteggio Installazioni 23
Versione Corrente 1.0
Ultimo Aggiornamento 2014-06-17
Data di Pubblicazione 2014-06-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nick.ed.dale
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}