Collumned NPR

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

Co je Collumned NPR?

Collumned NPR je rozšíření Chrome vyvinuté maged, a jeho hlavní funkcí je „Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Collumned NPR

Stáhněte si soubory rozšíření Collumned NPR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
Oficiální URL https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Popis Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Velikost souboru 45.01 KB
Počet instalací 383
Aktuální Verze 1.0
Poslední Aktualizace 2013-05-11
Datum Vydání 2013-05-11
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář maged
Typ Platby free
Podporované Jazyky 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"
    ]
}