Colorful List View for Feedly

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

Cos'è Colorful List View for Feedly?

Colorful List View for Feedly è un'estensione di Chrome sviluppata da http://select-aster.com, e la sua funzione principale è "Feedlyの一覧をFeedごとに色分けします。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Colorful List View for Feedly

Scarica i file di estensione Colorful List View for Feedly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Colorful List View for Feedly Colorful List View for Feedly
ID kncclenpehmpnheamkdbhgplmajeadjb
URL Ufficiale https://chrome.google.com/webstore/detail/colorful-list-view-for-fe/kncclenpehmpnheamkdbhgplmajeadjb
Descrizione Feedlyの一覧をFeedごとに色分けします。
Dimensione del File 35.96 KB
Conteggio Installazioni 147
Versione Corrente 0.3
Ultimo Aggiornamento 2014-10-22
Data di Pubblicazione 2014-10-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://select-aster.com
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}