Collumned NPR

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

Vad är Collumned NPR?

Collumned NPR är en Chrome-tillägg utvecklad av maged, och dess huvudfunktion är "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Collumned NPR-förlängningens CRX-fil

Ladda ner Collumned NPR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Collumned NPR Collumned NPR
ID cjeedecgjhfakpmggcihobodhagkgfce
Officiell webbadress https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce
Beskrivning Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Filstorlek 45.01 KB
Antal Installationer 383
Aktuell Version 1.0
Senast Uppdaterad 2013-05-11
Publiceringsdatum 2013-05-11
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare maged
Betalningssätt free
Stödda Språk 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"
    ]
}