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.

Co to jest Cozy Reader?

Cozy Reader to rozszerzenie Chrome opracowane przez francesco marassi, a jego główną funkcją jest „Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cozy Reader

Pobierz pliki rozszerzeń Cozy Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Oficjalny URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Opis Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Rozmiar pliku 24.5 KB
Liczba instalacji 113
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2020-01-09
Data Publikacji 2020-01-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper francesco marassi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cozyreader.xyz
Obsługiwane Języki 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"
}