Reddit Squared

A reimaging of the reddit experience. Currently in Beta.

Co to jest Reddit Squared?

Reddit Squared to rozszerzenie Chrome opracowane przez nick.ed.dale, a jego główną funkcją jest „A reimaging of the reddit experience. Currently in Beta.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit Squared

Pobierz pliki rozszerzeń Reddit Squared w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Squared Reddit Squared
ID anggmmdeliefkklpmkpeofepgnmkjohp
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp
Opis A reimaging of the reddit experience. Currently in Beta.
Rozmiar pliku 8.08 MB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-06-17
Data Publikacji 2014-06-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper nick.ed.dale
Typ Płatności free
Obsługiwane Języki 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"
    ]
}