Colorful List View for Feedly

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

Vad är Colorful List View for Feedly?

Colorful List View for Feedly är en Chrome-tillägg utvecklad av http://select-aster.com, och dess huvudfunktion är "Feedlyの一覧をFeedごとに色分けします。".

Tilläggsskärmbilder

screenshot

Ladda ner Colorful List View for Feedly-förlängningens CRX-fil

Ladda ner Colorful List View for Feedly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Colorful List View for Feedly Colorful List View for Feedly
ID kncclenpehmpnheamkdbhgplmajeadjb
Officiell webbadress https://chrome.google.com/webstore/detail/colorful-list-view-for-fe/kncclenpehmpnheamkdbhgplmajeadjb
Beskrivning Feedlyの一覧をFeedごとに色分けします。
Filstorlek 35.96 KB
Antal Installationer 147
Aktuell Version 0.3
Senast Uppdaterad 2014-10-22
Publiceringsdatum 2014-10-22
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare http://select-aster.com
Betalningssätt free
Stödda Språk 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"
        }
    ]
}