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.

Hvad er Cozy Reader?

Cozy Reader er en Chrome-udvidelse udviklet af francesco marassi, og dens hovedfunktion er "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Cozy Reader-udvidelses-CRX-fil

Download Cozy Reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Officiel URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Beskrivelse Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Filstørrelse 24.5 KB
Antal Installationer 113
Nuværende Version 0.2.1
Senest Opdateret 2020-01-09
Udgivelsesdato 2020-01-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler francesco marassi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cozyreader.xyz
Understøttede Sprog 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"
}