Cozy Reader

Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.

O que é Cozy Reader?

Cozy Reader é uma extensão do Chrome desenvolvida por francesco marassi, e sua principal característica é "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cozy Reader

Baixe arquivos de extensão Cozy Reader 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

                        Cozy Reader removes all the noise from the web articles that you want to read.


All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.                    

Informações Básicas da Extensão

Nome Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
URL Oficial https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Descrição Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Tamanho do Arquivo 24.5 KB
Contagem de Instalações 113
Versão Atual 0.2.1
Última Atualização 2020-01-09
Data de Publicação 2020-01-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor francesco marassi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cozyreader.xyz
Idiomas Suportados en
manifest.json
{
    "author": "Cozy Reader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cozy Reader",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        "*.html"
    ],
    "id": "cozyreader.xyz"
}