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是由francesco marassi开发的Chrome扩展程序,该扩展的主要功能是“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

下载Cozy Reader扩展crx文件

下载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"
}