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'est-ce que Cozy Reader ?

Cozy Reader est une extension Chrome développée par francesco marassi, et sa fonction principale est "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cozy Reader

Téléchargez les fichiers d'extension Cozy Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
URL Officiel https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Description Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Taille du Fichier 24.5 KB
Nombre d'Installations 113
Version Actuelle 0.2.1
Dernière Mise à Jour 2020-01-09
Date de Publication 2020-01-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur francesco marassi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cozyreader.xyz
Langues Prises en Charge 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"
}