Collumned NPR
Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Co to jest Collumned NPR?
Collumned NPR to rozszerzenie Chrome opracowane przez maged, a jego główną funkcją jest „Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Collumned NPR
Pobierz pliki rozszerzeń Collumned NPR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Collumned NPR |
ID | cjeedecgjhfakpmggcihobodhagkgfce |
Oficjalny URL | https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce |
Opis | Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns. |
Rozmiar pliku | 45.01 KB |
Liczba instalacji | 383 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-05-11 |
Data Publikacji | 2013-05-11 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | maged |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |