Reddit Squared

A reimaging of the reddit experience. Currently in Beta.

Что такое Reddit Squared?

Reddit Squared - это расширение Chrome, разработанное nick.ed.dale, и его основная функция - "A reimaging of the reddit experience. Currently in Beta.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Reddit Squared

Скачайте файлы расширений Reddit Squared в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Reddit Squared Reddit Squared
ID anggmmdeliefkklpmkpeofepgnmkjohp
Официальный URL https://chrome.google.com/webstore/detail/reddit-squared/anggmmdeliefkklpmkpeofepgnmkjohp
Описание A reimaging of the reddit experience. Currently in Beta.
Размер файла 8.08 MB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2014-06-17
Дата публикации 2014-06-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик nick.ed.dale
Тип оплаты free
Поддерживаемые языки 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"
    ]
}