Only j for livedoor Reader
if not exists next entry, go to next feed.
Cos'è Only j for livedoor Reader?
Only j for livedoor Reader è un'estensione di Chrome sviluppata da http://starbug1.com, e la sua funzione principale è "if not exists next entry, go to next feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Only j for livedoor Reader
Scarica i file di estensione Only j for livedoor Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
livedoor Reader を片手だけで読めるようにするChromeExtentionです。 (livedoor Reader は、RSSリーダです。 http://reader.livedoor.com/) livedoor Readerのキーバインドは、j で次のエントリ。s で次のフィードへ移動するようになってます。これは、未読フィードの消化に両手を使う必要があるということです。片手で読めたら、もっと気楽に読めます。このChromeExtentionをインストールすると、フィードの最後のエントリで、 j を押したら、 s を押したのを同じ動作になるため、j だけでフィードを読み進めることができるようになります。 2011-12-04 初期化のタイミングで機能しない場合があるバグを修正した。 2010-05-16 初回リリース
Informazioni di Base sull'Estensione
Nome | |
ID | ckpbbllodobhhpglnoonclnnpbhpokgf |
URL Ufficiale | https://chrome.google.com/webstore/detail/only-j-for-livedoor-reade/ckpbbllodobhhpglnoonclnnpbhpokgf |
Descrizione | if not exists next entry, go to next feed. |
Dimensione del File | 4.45 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-02-24 |
Data di Pubblicazione | 2014-02-24 |
Sviluppatore | http://starbug1.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://d.hatena.ne.jp/smeghead/20100516/onlyj |
Lingue Supportate | 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" } ] } |