Colorful List View for Feedly

Feedlyの一覧をFeedごとに色分けします。

什么是Colorful List View for Feedly?

Colorful List View for Feedly是由http://select-aster.com开发的Chrome扩展程序,该扩展的主要功能是“Feedlyの一覧をFeedごとに色分けします。”。

扩展截图

screenshot

下载Colorful List View for Feedly扩展crx文件

下载Colorful List View for Feedly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        どのフィードが判別しやすくするために、フィードごとに色分けをします。
この拡張機能はFeedlyのViewを「Titles Only」に設定した時のみ動作します。                    

扩展基本信息

名称 Colorful List View for Feedly Colorful List View for Feedly
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"
        }
    ]
}