Colorful List View for Feedly

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

Colorful List View for Feedlyคืออะไร?

Colorful List View for Feedly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://select-aster.com และคุณลักษณะหลักของมันคือ "Feedlyの一覧をFeedごとに色分けします。"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorful List View for Feedly

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}