Colorable Feedly

Get Feedly colored by RSS feed sources

Τι είναι το Colorable Feedly;

Το Colorable Feedly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kodeout, και η κύρια λειτουργία του είναι "Get Feedly colored by RSS feed sources".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Colorable Feedly

Λήψη αρχείων επέκτασης Colorable Feedly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode.

Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore.


CHANGELOG

v0.1.5 (2023-02-19 )
- Fix to support the latest feedly.com

v0.1.4 ( 2021-09-20 )
- Fix to support the latest feedly.com

v0.1.3 ( 2021-04-18 )
- Fix to support the latest feedly.com

v0.1.2 ( 2017-07-17 )
- Use CRC24 to generate various color codes

v0.1.1 ( 2017-02-20 )
- Bugfix to support the latest feedly.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Colorable Feedly Colorable Feedly
ID cmjhplmpnpaknnllafgpkbadgligedbc
Επίσημο URL https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc
Περιγραφή Get Feedly colored by RSS feed sources
Μέγεθος Αρχείου 82.25 KB
Αριθμός Εγκαταστάσεων 179
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 2023-02-19
Ημερομηνία Δημοσίευσης 2017-07-16
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής kodeout
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Colorable Feedly",
    "version": "0.1.5",
    "description": "Get Feedly colored by RSS feed sources",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "jquery.slim.min.js",
                "colorable.js"
            ],
            "css": [
                "colorable.css"
            ]
        }
    ]
}