Colorful List View for Feedly
Feedlyの一覧をFeedごとに色分けします。
Colorful List View for Feedlyとは何ですか?
Colorful List View for Feedlyはhttp://select-aster.comによって開発されたChromeの拡張機能で、その主な機能は「Feedlyの一覧をFeedごとに色分けします。」です。
拡張機能のスクリーンショット
Colorful List View for Feedly拡張機能のCRXファイルをダウンロード
Colorful List View for Feedly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
どのフィードが判別しやすくするために、フィードごとに色分けをします。 この拡張機能はFeedlyのViewを「Titles Only」に設定した時のみ動作します。
拡張機能の基本情報
名前 | ![]() |
ID | kncclenpehmpnheamkdbhgplmajeadjb |
公式URL | https://chrome.google.com/webstore/detail/colorful-list-view-for-fe/kncclenpehmpnheamkdbhgplmajeadjb |
説明 | Feedlyの一覧をFeedごとに色分けします。 |
ファイルサイズ | 35.96 KB |
インストール数 | 147 |
現在のバージョン | 0.3 |
最終更新日 | 2014-10-22 |
公開日 | 2014-10-22 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | http://select-aster.com |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful List View for Feedly", "description": "Feedly\u306e\u4e00\u89a7\u3092Feed\u3054\u3068\u306b\u8272\u5206\u3051\u3057\u307e\u3059\u3002", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/feedly.com\/*" ], "css": [ "content.css" ], "js": [ "js\/jquery.js", "js\/content_script.js" ], "run_at": "document_end" } ] } |