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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        どのフィードが判別しやすくするために、フィードごとに色分けをします。
この拡張機能は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"
        }
    ]
}