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
官方網址 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"
        }
    ]
}