Collumned NPR

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

Qu'est-ce que Collumned NPR ?

Collumned NPR est une extension Chrome développée par maged, et sa fonction principale est "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Collumned NPR

Téléchargez les fichiers d'extension Collumned NPR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
URL Officiel https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Description Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Taille du Fichier 45.01 KB
Nombre d'Installations 383
Version Actuelle 1.0
Dernière Mise à Jour 2013-05-11
Date de Publication 2013-05-11
Évaluation 4.00/5 Total 5 Évaluations
Développeur maged
Type de Paiement free
Langues Prises en Charge 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"
    ]
}