Collumned NPR

Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.

Что такое Collumned NPR?

Collumned NPR - это расширение Chrome, разработанное maged, и его основная функция - "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Read through NPR.org without navigating dozens of tabs. Each story you open will open in a column within the home page. 

You can close the columns by the arrow keys. 'Right' closes the first, 'left' the most recent.                    

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

Название Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
Официальный URL https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Описание Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Размер файла 45.01 KB
Количество установок 383
Текущая Версия 1.0
Последнее Обновление 2013-05-11
Дата публикации 2013-05-11
Рейтинг 4.00/5 Всего 5 оценок
Разработчик maged
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Collumned NPR",
    "description": "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.",
    "version": "1.0",
    "permissions": [
        "http:\/\/*.npr.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.npr.org\/"
            ],
            "css": [
                "columned.css"
            ],
            "js": [
                "jquery.js",
                "script.js",
                "jquery.iframetracker.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "down.png",
        "close.png"
    ]
}