Collumned NPR

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

Apa itu Collumned NPR?

Collumned NPR adalah ekstensi Chrome yang dikembangkan oleh maged, dan fitur utamanya adalah "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Collumned NPR

Unduh file ekstensi Collumned NPR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
URL Resmi https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Deskripsi Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Ukuran File 45.01 KB
Jumlah Instalasi 383
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-05-11
Tanggal Publikasi 2013-05-11
Penilaian 4.00/5 Total 5 Penilaian
Pengembang maged
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}