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.

Cos'è Cozy Reader?

Cozy Reader è un'estensione di Chrome sviluppata da francesco marassi, e la sua funzione principale è "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cozy Reader

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
URL Ufficiale https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Descrizione Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Dimensione del File 24.5 KB
Conteggio Installazioni 113
Versione Corrente 0.2.1
Ultimo Aggiornamento 2020-01-09
Data di Pubblicazione 2020-01-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore francesco marassi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cozyreader.xyz
Lingue Supportate 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"
}