Collumned NPR

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

什么是Collumned NPR?

Collumned NPR是由maged开发的Chrome扩展程序,该扩展的主要功能是“Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Collumned NPR扩展crx文件

下载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"
    ]
}