Collumned NPR

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

Wat is Collumned NPR?

Collumned NPR is een Chrome-extensie ontwikkeld door maged, en de belangrijkste functie is "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Collumned NPR

Download Collumned NPR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
Officiële URL https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Beschrijving Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Bestandsgrootte 45.01 KB
Aantal Installaties 383
Huidige Versie 1.0
Laatst Bijgewerkt 2013-05-11
Publicatiedatum 2013-05-11
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar maged
Betalingswijze free
Ondersteunde Talen 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"
    ]
}