Collumned NPR
Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.
Collumned NPRとは何ですか?
Collumned NPRはmagedによって開発されたChromeの拡張機能で、その主な機能は「Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns.」です。
拡張機能のスクリーンショット
Collumned NPR拡張機能のCRXファイルをダウンロード
Collumned NPR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Collumned NPR |
ID | cjeedecgjhfakpmggcihobodhagkgfce |
公式URL | https://chromewebstore.google.com/detail/collumned-npr/cjeedecgjhfakpmggcihobodhagkgfce |
説明 | Read NPR in columns, for a better browsing experience. Use the arrow keys to close columns. |
ファイルサイズ | 45.01 KB |
インストール数 | 383 |
現在のバージョン | 1.0 |
最終更新日 | 2013-05-11 |
公開日 | 2013-05-11 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | maged |
支払い方法 | free |
対応言語 | 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" ] } |