Collumned NPR

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

Cos'è Collumned NPR?

Collumned NPR è un'estensione di Chrome sviluppata da maged, e la sua funzione principale è "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Collumned NPR

Scarica i file di estensione Collumned NPR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
URL Ufficiale https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Descrizione Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Dimensione del File 45.01 KB
Conteggio Installazioni 383
Versione Corrente 1.0
Ultimo Aggiornamento 2013-05-11
Data di Pubblicazione 2013-05-11
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore maged
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}