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 je Cozy Reader?

Cozy Reader je rozšíření Chrome vyvinuté francesco marassi, a jeho hlavní funkcí je „Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cozy Reader

Stáhněte si soubory rozšíření Cozy Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Oficiální URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Popis Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Velikost souboru 24.5 KB
Počet instalací 113
Aktuální Verze 0.2.1
Poslední Aktualizace 2020-01-09
Datum Vydání 2020-01-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář francesco marassi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cozyreader.xyz
Podporované Jazyky 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"
}