Readly

A little Google Reader treatment for Feedly

Cos'è Readly?

Readly è un'estensione di Chrome sviluppata da Illia Panasenko, e la sua funzione principale è "A little Google Reader treatment for Feedly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Readly

Scarica i file di estensione Readly 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

                        Most of things it visually changes are applied to list (titles, condensed) view only. What it does:

Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes

"v" opens article in new background tab                    

Informazioni di Base sull'Estensione

Nome Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
URL Ufficiale https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
Descrizione A little Google Reader treatment for Feedly
Dimensione del File 64.09 KB
Conteggio Installazioni 601
Versione Corrente 0.10.4
Ultimo Aggiornamento 2021-05-13
Data di Pubblicazione 2019-03-07
Valutazione 4.21/5 Totale 24 Valutazioni
Sviluppatore Illia Panasenko
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readly",
    "version": "0.10.4",
    "manifest_version": 2,
    "description": "A little Google Reader treatment for Feedly",
    "icons": {
        "16": "icons\/readly-16.png",
        "32": "icons\/readly-32.png",
        "64": "icons\/readly-64.png",
        "128": "icons\/readly-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.feedly.com\/home*",
                "https:\/\/www.feedly.com\/home*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}