Only j for livedoor Reader
if not exists next entry, go to next feed.
What is Only j for livedoor Reader?
Only j for livedoor Reader is a Chrome extension developed by http://starbug1.com, and its main feature is "if not exists next entry, go to next feed.".
Extension Screenshots
Download Only j for livedoor Reader Extension CRX File
Download Only j for livedoor Reader 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
livedoor Reader を片手だけで読めるようにするChromeExtentionです。 (livedoor Reader は、RSSリーダです。 http://reader.livedoor.com/) livedoor Readerのキーバインドは、j で次のエントリ。s で次のフィードへ移動するようになってます。これは、未読フィードの消化に両手を使う必要があるということです。片手で読めたら、もっと気楽に読めます。このChromeExtentionをインストールすると、フィードの最後のエントリで、 j を押したら、 s を押したのを同じ動作になるため、j だけでフィードを読み進めることができるようになります。 2011-12-04 初期化のタイミングで機能しない場合があるバグを修正した。 2010-05-16 初回リリース
Extension Basic Information
Name | |
ID | ckpbbllodobhhpglnoonclnnpbhpokgf |
Official URL | https://chrome.google.com/webstore/detail/only-j-for-livedoor-reade/ckpbbllodobhhpglnoonclnnpbhpokgf |
Description | if not exists next entry, go to next feed. |
File Size | 4.45 KB |
Installation Count | 19 |
Current Version | 1.0.2 |
Last Updated | 2014-02-24 |
Publish Date | 2014-02-24 |
Developer | http://starbug1.com |
Payment Type | free |
Extension Website | http://d.hatena.ne.jp/smeghead/20100516/onlyj |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only j for livedoor Reader", "version": "1.0.2", "description": "if not exists next entry, go to next feed.", "icons": { "48": "icon.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/reader.livedoor.com\/", "http:\/\/reader.livedoor.com\/*", "https:\/\/reader.livedoor.com\/", "https:\/\/reader.livedoor.com\/*" ], "js": [ "onlyj.js" ], "ran_at": "document_idle" } ] } |