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
官方網址 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"
    ]
}