Readly

A little Google Reader treatment for Feedly

O que é Readly?

Readly é uma extensão do Chrome desenvolvida por Illia Panasenko, e sua principal característica é "A little Google Reader treatment for Feedly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Readly

Baixe arquivos de extensão Readly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
URL Oficial https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
Descrição A little Google Reader treatment for Feedly
Tamanho do Arquivo 64.09 KB
Contagem de Instalações 601
Versão Atual 0.10.4
Última Atualização 2021-05-13
Data de Publicação 2019-03-07
Classificação 4.21/5 Total de 24 Avaliações
Desenvolvedor Illia Panasenko
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}