Collumned NPR

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

Was ist Collumned NPR?

Collumned NPR ist eine Chrome-Erweiterung, die von maged entwickelt wurde, und ihr Hauptmerkmal ist "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Collumned NPR-Erweiterungs-CRX-Datei herunterladen

Laden Sie Collumned NPR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
Offizielle URL https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Beschreibung Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Dateigröße 45.01 KB
Installationsanzahl 383
Aktuelle Version 1.0
Letztes Update 2013-05-11
Veröffentlichungsdatum 2013-05-11
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler maged
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}