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.

¿Qué es Cozy Reader?

Cozy Reader es una extensión de Chrome desarrollada por francesco marassi, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cozy Reader

Descarga archivos de extensión Cozy Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
URL Oficial https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Descripción Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Tamaño del Archivo 24.5 KB
Cantidad de Instalaciones 113
Versión Actual 0.2.1
Última Actualización 2020-01-09
Fecha de Publicación 2020-01-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador francesco marassi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cozyreader.xyz
Idiomas Soportados 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"
}