Collumned NPR

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

Collumned NPR là gì?

Collumned NPR là một tiện ích mở rộng Chrome được phát triển bởi maged, và tính năng chính của nó là "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Collumned NPR

Tải xuống các tệp mở rộng Collumned NPR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
URL Chính Thức https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Mô tả Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Kích Thước Tệp 45.01 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-05-11
Ngày Phát Hành 2013-05-11
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển maged
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}