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.

Apa itu Cozy Reader?

Cozy Reader adalah ekstensi Chrome yang dikembangkan oleh francesco marassi, dan fitur utamanya adalah "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cozy Reader

Unduh file ekstensi Cozy Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
URL Resmi https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Deskripsi Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Ukuran File 24.5 KB
Jumlah Instalasi 113
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2020-01-09
Tanggal Publikasi 2020-01-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang francesco marassi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cozyreader.xyz
Bahasa yang Didukung 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"
}