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.

Was ist Cozy Reader?

Cozy Reader ist eine Chrome-Erweiterung, die von francesco marassi entwickelt wurde, und ihr Hauptmerkmal ist "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cozy Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cozy Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Offizielle URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Beschreibung Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Dateigröße 24.5 KB
Installationsanzahl 113
Aktuelle Version 0.2.1
Letztes Update 2020-01-09
Veröffentlichungsdatum 2020-01-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler francesco marassi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cozyreader.xyz
Unterstützte Sprachen 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"
}