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.

Τι είναι το Cozy Reader;

Το Cozy Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον francesco marassi, και η κύρια λειτουργία του είναι "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cozy Reader

Λήψη αρχείων επέκτασης Cozy Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Επίσημο URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Περιγραφή Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Μέγεθος Αρχείου 24.5 KB
Αριθμός Εγκαταστάσεων 113
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2020-01-09
Ημερομηνία Δημοσίευσης 2020-01-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής francesco marassi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cozyreader.xyz
Υποστηριζόμενες Γλώσσες 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"
}