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
官方網址 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"
}