Colorful List View for Feedly
Feedlyの一覧をFeedごとに色分けします。
What is Colorful List View for Feedly?
Colorful List View for Feedly is a Chrome extension developed by http://select-aster.com, and its main feature is "Feedlyの一覧をFeedごとに色分けします。".
Extension Screenshots
Download Colorful List View for Feedly Extension CRX File
Download Colorful List View for Feedly 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
どのフィードが判別しやすくするために、フィードごとに色分けをします。 この拡張機能はFeedlyのViewを「Titles Only」に設定した時のみ動作します。
Extension Basic Information
Name | ![]() |
ID | kncclenpehmpnheamkdbhgplmajeadjb |
Official URL | https://chrome.google.com/webstore/detail/colorful-list-view-for-fe/kncclenpehmpnheamkdbhgplmajeadjb |
Description | Feedlyの一覧をFeedごとに色分けします。 |
File Size | 35.96 KB |
Installation Count | 147 |
Current Version | 0.3 |
Last Updated | 2014-10-22 |
Publish Date | 2014-10-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://select-aster.com |
Payment Type | free |
Supported Languages | 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" } ] } |