Collumned NPR
Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
What is Collumned NPR?
Collumned NPR is a Chrome extension developed by maged, and its main feature is "Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.".
Extension Screenshots
Download Collumned NPR Extension CRX File
Download Collumned NPR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Collumned NPR |
ID | cjeedecgjhfakpmggcihobodhagkgfce |
Official URL | 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. |
File Size | 45.01 KB |
Installation Count | 383 |
Current Version | 1.0 |
Last Updated | 2013-05-11 |
Publish Date | 2013-05-11 |
Rating | 4.00/5 Total 5 Ratings |
Developer | maged |
Payment Type | free |
Supported Languages | 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" ] } |